Html Css Color HEX #375969 Blumine

📋 copy color: '#375969'

red 55 ◦ green 89 ◦ blue 105

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

Shades of Blumine #375969

Tints of Blumine #375969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.17%

R = 22.09%
G = 35.74%
B = 42.17%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375969 (or 0x375969) is known color: Blumine. HEX triplet: 37, 59 and 69. RGB value is (55,89,105). Sum of RGB (Red+Green+Blue) = 55+89+105=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #375969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375969 is #C8A696. Grayscale: #505050. Windows color (decimal): -13149847 or 6904119. OLE color: 6904119.

HSL color Cylindrical-coordinate representation of color #375969: hue angle of 199.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375969 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 89 105 -
CMYK 0.48 0.15 0 0.59
HSL 199.2º 0.31% 0.31% -
HSV(B) 199.2º 0.48% 0.41% -
XYZ 7.7 8.98 14.69 -
YUV 80.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 55 89 105 0.48 0.15 0 0.59 199.2 0.31 0.31
Hex 37 59 69 30 F 0 3B C7 1F 1F
Octal 67 131 151 60 17 0 73 307 37 37
Binary 110111 1011001 1101001 110000 1111 0 111011 11000111 11111 11111

Color Harmonies of #375969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375969

Black with #375969

Text Example


Text Example

White with #375969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375969; }

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

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

background-color css

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

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

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

border-color css

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

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

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