Html Css Color HEX #375D72 Blumine

📋 copy color: '#375D72'

red 55 ◦ green 93 ◦ blue 114

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

Shades of Blumine #375D72

Tints of Blumine #375D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 20.99%
G = 35.5%
B = 43.51%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375D72 (or 0x375D72) is known color: Blumine. HEX triplet: 37, 5D and 72. RGB value is (55,93,114). Sum of RGB (Red+Green+Blue) = 55+93+114=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #375D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D72 is #C8A28D. Grayscale: #535353. Windows color (decimal): -13148814 or 7494967. OLE color: 7494967.

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

Color convert

RGB 55 93 114 -
CMYK 0.52 0.18 0 0.55
HSL 201.36º 0.35% 0.33% -
HSV(B) 201.36º 0.52% 0.45% -
XYZ 8.53 9.86 17.37 -
YUV 84.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 55 93 114 0.52 0.18 0 0.55 201.36 0.35 0.33
Hex 37 5D 72 34 12 0 37 C9 23 21
Octal 67 135 162 64 22 0 67 311 43 41
Binary 110111 1011101 1110010 110100 10010 0 110111 11001001 100011 100001

Color Harmonies of #375D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D72

Black with #375D72

Text Example


Text Example

White with #375D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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