Html Css Color HEX #373864 Deep Koamaru

📋 copy color: '#373864'

red 55 ◦ green 56 ◦ blue 100

#373864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #373864

Tints of Deep Koamaru #373864

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 value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373864 (or 0x373864) is known color: 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

RGB 55 56 100 -
CMYK 0.45 0.44 0 0.61
HSL 238.67º 0.29% 0.3% -
HSV(B) 238.67º 0.45% 0.39% -
XYZ 5.29 4.56 12.66 -
YUV 60.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 55 56 100 0.45 0.44 0 0.61 238.67 0.29 0.3
Hex 37 38 64 2D 2C 0 3D EF 1D 1E
Octal 67 70 144 55 54 0 75 357 35 36
Binary 110111 111000 1100100 101101 101100 0 111101 11101111 11101 11110

Color Harmonies of #373864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373864

Black with #373864

Text Example


Text Example

White with #373864

Text Example


Text Example

HTML Codes & Css Web 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>