Html Css Color HEX #375966 Blumine

📋 copy color: '#375966'

red 55 ◦ green 89 ◦ blue 102

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

Shades of Blumine #375966

Tints of Blumine #375966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 22.36%
G = 36.18%
B = 41.46%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#375966 (or 0x375966) is known color: Blumine. HEX triplet: 37, 59 and 66. RGB value is (55,89,102). Sum of RGB (Red+Green+Blue) = 55+89+102=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #375966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375966 is #C8A699. Grayscale: #505050. Windows color (decimal): -13149850 or 6707511. OLE color: 6707511.

HSL color Cylindrical-coordinate representation of color #375966: hue angle of 196.6º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375966 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 89 102 -
CMYK 0.46 0.13 0 0.6
HSL 196.6º 0.3% 0.31% -
HSV(B) 196.6º 0.46% 0.4% -
XYZ 7.55 8.92 13.89 -
YUV 80.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 55 89 102 0.46 0.13 0 0.6 196.6 0.3 0.31
Hex 37 59 66 2E D 0 3C C5 1E 1F
Octal 67 131 146 56 15 0 74 305 36 37
Binary 110111 1011001 1100110 101110 1101 0 111100 11000101 11110 11111

Color Harmonies of #375966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375966

Black with #375966

Text Example


Text Example

White with #375966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375966; }

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

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

background-color css

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

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

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

border-color css

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

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

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