#333375

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

Shades of Deep Koamaru #333375

Tints of Deep Koamaru #333375

Color information

#333375 (or 0x333375) is unknown color: approx Deep Koamaru. HEX triplet: 33, 33 and 75. RGB value is (51,51,117). Sum of RGB (Red+Green+Blue) = 51+51+117=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #333375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333375 is #CCCC8A. Grayscale: #3A3A3A. Windows color (decimal): -13421707 or 7680819. OLE color: 7680819.

HSL color Cylindrical-coordinate representation of color #333375: hue angle of 240º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333375 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5151117-
CMYK0.560.5600.54
HSL240º39.29%32.94%-
HSV(B)240º56.41%45.88%-
XYZ5.764.3617.37-
YUV58.52161122.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=23.29%
G=23.29%
B=53.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51511170.560.5600.5424039.2932.94
Hex3333753838036f02721
Octal636316570700663604741
Binary1100111100111110101111000111000011011011110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333375; }

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

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

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

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

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

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

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

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