Html Css Color HEX #37375C Deep Koamaru

📋 copy color: '#37375C'

red 55 ◦ green 55 ◦ blue 92

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

Shades of Deep Koamaru #37375C

Tints of Deep Koamaru #37375C

RGB

 RED value IS 55 (21.88% from 255) = 27.23%

 GREEN value IS 55 (21.88% from 255) = 27.23%

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 27.23%
G = 27.23%
B = 45.54%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37375C (or 0x37375C) is known color: Deep Koamaru. HEX triplet: 37, 37 and 5C. RGB value is (55,55,92). Sum of RGB (Red+Green+Blue) = 55+55+92=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #37375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37375C is #C8C8A3. Grayscale: #3B3B3B. Windows color (decimal): -13158564 or 6043447. OLE color: 6043447.

HSL color Cylindrical-coordinate representation of color #37375C: hue angle of 240º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37375C is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 55 92 -
CMYK 0.40 0.40 0 0.64
HSL 240º 0.25% 0.29% -
HSV(B) 240º 0.4% 0.36% -
XYZ 4.87 4.32 10.7 -
YUV 59.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 55 55 92 0.40 0.40 0 0.64 240 0.25 0.29
Hex 37 37 5C 28 28 0 40 F0 19 1D
Octal 67 67 134 50 50 0 100 360 31 35
Binary 110111 110111 1011100 101000 101000 0 1000000 11110000 11001 11101

Color Harmonies of #37375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37375C

Black with #37375C

Text Example


Text Example

White with #37375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,55,92); }

 H1.HeaderClassName
 {
   color: #37375C;
 }
 .AnyTagClassName
 {
   color: #37375C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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