Html Css Color HEX #372F75 Deep Koamaru

📋 copy color: '#372F75'

red 55 ◦ green 47 ◦ blue 117

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

Shades of Deep Koamaru #372F75

Tints of Deep Koamaru #372F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.46%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 25.11%
G = 21.46%
B = 53.42%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#372F75 (or 0x372F75) is known color: Deep Koamaru. HEX triplet: 37, 2F and 75. RGB value is (55,47,117). Sum of RGB (Red+Green+Blue) = 55+47+117=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #372F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F75 is #C8D08A. Grayscale: #393939. Windows color (decimal): -13160587 or 7679799. OLE color: 7679799.

HSL color Cylindrical-coordinate representation of color #372F75: hue angle of 246.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372F75 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 47 117 -
CMYK 0.53 0.60 0 0.54
HSL 246.86º 0.43% 0.32% -
HSV(B) 246.86º 0.6% 0.46% -
XYZ 5.8 4.13 17.32 -
YUV 57.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 55 47 117 0.53 0.60 0 0.54 246.86 0.43 0.32
Hex 37 2F 75 35 3C 0 36 F7 2B 20
Octal 67 57 165 65 74 0 66 367 53 40
Binary 110111 101111 1110101 110101 111100 0 110110 11110111 101011 100000

Color Harmonies of #372F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F75

Black with #372F75

Text Example


Text Example

White with #372F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F75; }

 p { color: rgb(55,47,117); }

 H1.HeaderClassName
 {
   color: #372F75;
 }
 .AnyTagClassName
 {
   color: #372F75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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