#373864

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

Shades of Deep Koamaru #373864

Tints of Deep Koamaru #373864

Color information

#373864 (or 0x373864) is unknown color: approx Deep Koamaru. HEX triplet: 37, 38 and 64. RGB value is (55,56,100). Sum of RGB (Red+Green+Blue) = 55+56+100=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #373864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373864 is #C8C79B. Grayscale: #3C3C3C. Windows color (decimal): -13158300 or 6567991. OLE color: 6567991.

HSL color Cylindrical-coordinate representation of color #373864: hue angle of 238.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #373864 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5556100-
CMYK0.450.4400.61
HSL238.67º29.03%30.39%-
HSV(B)238.67º45%39.22%-
XYZ5.294.5612.66-
YUV60.72150.17123.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=26.07%
G=26.54%
B=47.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55561000.450.4400.61238.6729.0330.39
Hex3738642D2C03Def1d1e
Octal677014455540753573536
Binary11011111100011001001011011011000111101111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373864; }

 p { color: rgb(55,56,100); }

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

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

 a { background-color: rgb(55,56,100); }

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

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

 span { border-color: rgb(55,56,100); }

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