#333868

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

Shades of Deep Koamaru #333868

Tints of Deep Koamaru #333868

Color information

#333868 (or 0x333868) is unknown color: approx Deep Koamaru. HEX triplet: 33, 38 and 68. RGB value is (51,56,104). Sum of RGB (Red+Green+Blue) = 51+56+104=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #333868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333868 is #CCC797. Grayscale: #3B3B3B. Windows color (decimal): -13420440 or 6830131. OLE color: 6830131.

HSL color Cylindrical-coordinate representation of color #333868: hue angle of 234.34º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333868 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5156104-
CMYK0.510.4600.59
HSL234.34º34.19%30.39%-
HSV(B)234.34º50.96%40.78%-
XYZ5.284.5313.69-
YUV59.98152.84121.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=24.17%
G=26.54%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51561040.510.4600.59234.3434.1930.39
Hex333868332E03Bea221e
Octal637015063560733524236
Binary110011111000110100011001110111001110111110101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333868; }

 p { color: rgb(51,56,104); }

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

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

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

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

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

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

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