Html Css Color HEX #375972 Blumine

📋 copy color: '#375972'

red 55 ◦ green 89 ◦ blue 114

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

Shades of Blumine #375972

Tints of Blumine #375972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 21.32%
G = 34.5%
B = 44.19%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375972 (or 0x375972) is known color: Blumine. HEX triplet: 37, 59 and 72. RGB value is (55,89,114). Sum of RGB (Red+Green+Blue) = 55+89+114=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #375972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375972 is #C8A68D. Grayscale: #515151. Windows color (decimal): -13149838 or 7493943. OLE color: 7493943.

HSL color Cylindrical-coordinate representation of color #375972: hue angle of 205.42º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375972 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 89 114 -
CMYK 0.52 0.22 0 0.55
HSL 205.42º 0.35% 0.33% -
HSV(B) 205.42º 0.52% 0.45% -
XYZ 8.19 9.17 17.26 -
YUV 81.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 55 89 114 0.52 0.22 0 0.55 205.42 0.35 0.33
Hex 37 59 72 34 16 0 37 CD 23 21
Octal 67 131 162 64 26 0 67 315 43 41
Binary 110111 1011001 1110010 110100 10110 0 110111 11001101 100011 100001

Color Harmonies of #375972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375972

Black with #375972

Text Example


Text Example

White with #375972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375972; }

 p { color: rgb(55,89,114); }

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

background-color css

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

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

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

border-color css

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

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

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