Html Css Color HEX #375A72 Blumine

📋 copy color: '#375A72'

red 55 ◦ green 90 ◦ blue 114

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

Shades of Blumine #375A72

Tints of Blumine #375A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

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

R = 21.24%
G = 34.75%
B = 44.02%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375A72 (or 0x375A72) is known color: Blumine. HEX triplet: 37, 5A and 72. RGB value is (55,90,114). Sum of RGB (Red+Green+Blue) = 55+90+114=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #375A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A72 is #C8A58D. Grayscale: #525252. Windows color (decimal): -13149582 or 7494199. OLE color: 7494199.

HSL color Cylindrical-coordinate representation of color #375A72: hue angle of 204.41º 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 #375A72 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 90 114 -
CMYK 0.52 0.21 0 0.55
HSL 204.41º 0.35% 0.33% -
HSV(B) 204.41º 0.52% 0.45% -
XYZ 8.27 9.34 17.29 -
YUV 82.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 55 90 114 0.52 0.21 0 0.55 204.41 0.35 0.33
Hex 37 5A 72 34 15 0 37 CC 23 21
Octal 67 132 162 64 25 0 67 314 43 41
Binary 110111 1011010 1110010 110100 10101 0 110111 11001100 100011 100001

Color Harmonies of #375A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A72

Black with #375A72

Text Example


Text Example

White with #375A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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