Html Css Color HEX #37345F Deep Koamaru

📋 copy color: '#37345F'

red 55 ◦ green 52 ◦ blue 95

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

Shades of Deep Koamaru #37345F

Tints of Deep Koamaru #37345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 95 (37.5% from 255) = 47.03%

R = 27.23%
G = 25.74%
B = 47.03%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37345F (or 0x37345F) is known color: Deep Koamaru. HEX triplet: 37, 34 and 5F. RGB value is (55,52,95). Sum of RGB (Red+Green+Blue) = 55+52+95=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #37345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37345F is #C8CBA0. Grayscale: #393939. Windows color (decimal): -13159329 or 6239287. OLE color: 6239287.

HSL color Cylindrical-coordinate representation of color #37345F: hue angle of 244.19º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37345F is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 52 95 -
CMYK 0.42 0.45 0 0.63
HSL 244.19º 0.29% 0.29% -
HSV(B) 244.19º 0.45% 0.37% -
XYZ 4.87 4.09 11.36 -
YUV 57.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 55 52 95 0.42 0.45 0 0.63 244.19 0.29 0.29
Hex 37 34 5F 2A 2D 0 3F F4 1D 1D
Octal 67 64 137 52 55 0 77 364 35 35
Binary 110111 110100 1011111 101010 101101 0 111111 11110100 11101 11101

Color Harmonies of #37345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37345F

Black with #37345F

Text Example


Text Example

White with #37345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37345F; }

 p { color: rgb(55,52,95); }

 H1.HeaderClassName
 {
   color: #37345F;
 }
 .AnyTagClassName
 {
   color: #37345F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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