#31336C

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

Shades of Deep Koamaru #31336C

Tints of Deep Koamaru #31336C

Color information

#31336C (or 0x31336C) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 6C. RGB value is (49,51,108). Sum of RGB (Red+Green+Blue) = 49+51+108=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #31336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31336C is #CECC93. Grayscale: #383838. Windows color (decimal): -13552788 or 7090993. OLE color: 7090993.

HSL color Cylindrical-coordinate representation of color #31336C: hue angle of 237.97º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31336C is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4951108-
CMYK0.550.5300.58
HSL237.97º37.58%30.78%-
HSV(B)237.97º54.63%42.35%-
XYZ5.164.114.71-
YUV56.9156.84122.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=23.56%
G=24.52%
B=51.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49511080.550.5300.58237.9737.5830.78
Hex31336C373503Aee261f
Octal616315467650723564637
Binary110001110011110110011011111010101110101110111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31336C; }

 p { color: rgb(49,51,108); }

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

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

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

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

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

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

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