#333361

Color #333361 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #333361

Tints of Deep Koamaru #333361

Color information

#333361 (or 0x333361) is unknown color: approx Deep Koamaru. HEX triplet: 33, 33 and 61. RGB value is (51,51,97). Sum of RGB (Red+Green+Blue) = 51+51+97=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #333361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333361 is #CCCC9E. Grayscale: #383838. Windows color (decimal): -13421727 or 6370099. OLE color: 6370099.

HSL color Cylindrical-coordinate representation of color #333361: hue angle of 240º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333361 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB515197-
CMYK0.470.4700.62
HSL240º31.08%29.02%-
HSV(B)240º47.42%38.04%-
XYZ4.713.9311.82-
YUV56.24151124.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=25.63%
G=25.63%
B=48.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5151970.470.4700.6224031.0829.02
Hex3333612F2F03Ef01f1d
Octal636314157570763603735
Binary11001111001111000011011111011110111110111100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333361; }

 p { color: rgb(51,51,97); }

 H1.HeaderClassName
 {
   color: #333361;
 }
 .AnyTagClassName
 {
   color: #333361;
 }
</style>
background-color css

<style>
 a { background-color: #333361; }

 a { background-color: rgb(51,51,97); }

 div.DivClassName
 {
   background-color: #333361;
 }
 .BgClassName
 {
   background-color: #333361;
 }
</style>
border-color css

<style>
 span { border-color: #333361; }

 span { border-color: rgb(51,51,97); }

 td.TdClassName
 {
   border-color: #333361;
 }
 .TagClassName
 {
   border-color: #333361;
 }
</style>