Html Css Color HEX #37385B Deep Koamaru

📋 copy color: '#37385B'

red 55 ◦ green 56 ◦ blue 91

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

Shades of Deep Koamaru #37385B

Tints of Deep Koamaru #37385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 27.23%
G = 27.72%
B = 45.05%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37385B (or 0x37385B) is known color: Deep Koamaru. HEX triplet: 37, 38 and 5B. RGB value is (55,56,91). Sum of RGB (Red+Green+Blue) = 55+56+91=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #37385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37385B is #C8C7A4. Grayscale: #3B3B3B. Windows color (decimal): -13158309 or 5978167. OLE color: 5978167.

HSL color Cylindrical-coordinate representation of color #37385B: hue angle of 238.33º 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 #37385B is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 56 91 -
CMYK 0.40 0.38 0 0.64
HSL 238.33º 0.25% 0.29% -
HSV(B) 238.33º 0.4% 0.36% -
XYZ 4.88 4.4 10.49 -
YUV 59.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 55 56 91 0.40 0.38 0 0.64 238.33 0.25 0.29
Hex 37 38 5B 28 26 0 40 EE 19 1D
Octal 67 70 133 50 46 0 100 356 31 35
Binary 110111 111000 1011011 101000 100110 0 1000000 11101110 11001 11101

Color Harmonies of #37385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37385B

Black with #37385B

Text Example


Text Example

White with #37385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37385B; }

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

 H1.HeaderClassName
 {
   color: #37385B;
 }
 .AnyTagClassName
 {
   color: #37385B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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