Html Css Color HEX #375866 Blumine

📋 copy color: '#375866'

red 55 ◦ green 88 ◦ blue 102

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

Shades of Blumine #375866

Tints of Blumine #375866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 22.45%
G = 35.92%
B = 41.63%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#375866 (or 0x375866) is known color: Blumine. HEX triplet: 37, 58 and 66. RGB value is (55,88,102). Sum of RGB (Red+Green+Blue) = 55+88+102=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #375866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375866 is #C8A799. Grayscale: #4F4F4F. Windows color (decimal): -13150106 or 6707255. OLE color: 6707255.

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

Color convert

RGB 55 88 102 -
CMYK 0.46 0.14 0 0.6
HSL 197.87º 0.3% 0.31% -
HSV(B) 197.87º 0.46% 0.4% -
XYZ 7.46 8.75 13.87 -
YUV 79.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 55 88 102 0.46 0.14 0 0.6 197.87 0.3 0.31
Hex 37 58 66 2E E 0 3C C6 1E 1F
Octal 67 130 146 56 16 0 74 306 36 37
Binary 110111 1011000 1100110 101110 1110 0 111100 11000110 11110 11111

Color Harmonies of #375866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375866

Black with #375866

Text Example


Text Example

White with #375866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375866; }

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

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

background-color css

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

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

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

border-color css

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

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

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