Html Css Color HEX #375C71 Blumine

📋 copy color: '#375C71'

red 55 ◦ green 92 ◦ blue 113

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

Shades of Blumine #375C71

Tints of Blumine #375C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

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

R = 21.15%
G = 35.38%
B = 43.46%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375C71 (or 0x375C71) is known color: Blumine. HEX triplet: 37, 5C and 71. RGB value is (55,92,113). Sum of RGB (Red+Green+Blue) = 55+92+113=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #375C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C71 is #C8A38E. Grayscale: #535353. Windows color (decimal): -13149071 or 7429175. OLE color: 7429175.

HSL color Cylindrical-coordinate representation of color #375C71: hue angle of 201.72º 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 #375C71 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 92 113 -
CMYK 0.51 0.19 0 0.56
HSL 201.72º 0.35% 0.33% -
HSV(B) 201.72º 0.51% 0.44% -
XYZ 8.38 9.66 17.05 -
YUV 83.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 55 92 113 0.51 0.19 0 0.56 201.72 0.35 0.33
Hex 37 5C 71 33 13 0 38 CA 23 21
Octal 67 134 161 63 23 0 70 312 43 41
Binary 110111 1011100 1110001 110011 10011 0 111000 11001010 100011 100001

Color Harmonies of #375C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C71

Black with #375C71

Text Example


Text Example

White with #375C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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