Html Css Color HEX #375D71 Blumine

📋 copy color: '#375D71'

red 55 ◦ green 93 ◦ blue 113

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

Shades of Blumine #375D71

Tints of Blumine #375D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 21.07%
G = 35.63%
B = 43.3%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375D71 (or 0x375D71) is known color: Blumine. HEX triplet: 37, 5D and 71. RGB value is (55,93,113). Sum of RGB (Red+Green+Blue) = 55+93+113=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #375D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D71 is #C8A28E. Grayscale: #535353. Windows color (decimal): -13148815 or 7429431. OLE color: 7429431.

HSL color Cylindrical-coordinate representation of color #375D71: hue angle of 200.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375D71 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 93 113 -
CMYK 0.51 0.18 0 0.56
HSL 200.69º 0.35% 0.33% -
HSV(B) 200.69º 0.51% 0.44% -
XYZ 8.47 9.83 17.07 -
YUV 83.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 55 93 113 0.51 0.18 0 0.56 200.69 0.35 0.33
Hex 37 5D 71 33 12 0 38 C9 23 21
Octal 67 135 161 63 22 0 70 311 43 41
Binary 110111 1011101 1110001 110011 10010 0 111000 11001001 100011 100001

Color Harmonies of #375D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D71

Black with #375D71

Text Example


Text Example

White with #375D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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