Html Css Color HEX #375766 Blumine

📋 copy color: '#375766'

red 55 ◦ green 87 ◦ blue 102

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

Shades of Blumine #375766

Tints of Blumine #375766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 22.54%
G = 35.66%
B = 41.8%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#375766 (or 0x375766) is known color: Blumine. HEX triplet: 37, 57 and 66. RGB value is (55,87,102). Sum of RGB (Red+Green+Blue) = 55+87+102=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #375766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375766 is #C8A899. Grayscale: #4F4F4F. Windows color (decimal): -13150362 or 6706999. OLE color: 6706999.

HSL color Cylindrical-coordinate representation of color #375766: hue angle of 199.15º 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 #375766 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 87 102 -
CMYK 0.46 0.15 0 0.6
HSL 199.15º 0.3% 0.31% -
HSV(B) 199.15º 0.46% 0.4% -
XYZ 7.38 8.59 13.84 -
YUV 79.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 55 87 102 0.46 0.15 0 0.6 199.15 0.3 0.31
Hex 37 57 66 2E F 0 3C C7 1E 1F
Octal 67 127 146 56 17 0 74 307 36 37
Binary 110111 1010111 1100110 101110 1111 0 111100 11000111 11110 11111

Color Harmonies of #375766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375766

Black with #375766

Text Example


Text Example

White with #375766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375766; }

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

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

background-color css

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

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

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

border-color css

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

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

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