Html Css Color HEX #375669 Blumine

📋 copy color: '#375669'

red 55 ◦ green 86 ◦ blue 105

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

Shades of Blumine #375669

Tints of Blumine #375669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 22.36%
G = 34.96%
B = 42.68%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375669 (or 0x375669) is known color: Blumine. HEX triplet: 37, 56 and 69. RGB value is (55,86,105). Sum of RGB (Red+Green+Blue) = 55+86+105=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #375669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375669 is #C8A996. Grayscale: #4E4E4E. Windows color (decimal): -13150615 or 6903351. OLE color: 6903351.

HSL color Cylindrical-coordinate representation of color #375669: hue angle of 202.8º 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 #375669 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 86 105 -
CMYK 0.48 0.18 0 0.59
HSL 202.8º 0.31% 0.31% -
HSV(B) 202.8º 0.48% 0.41% -
XYZ 7.45 8.49 14.61 -
YUV 78.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 55 86 105 0.48 0.18 0 0.59 202.8 0.31 0.31
Hex 37 56 69 30 12 0 3B CB 1F 1F
Octal 67 126 151 60 22 0 73 313 37 37
Binary 110111 1010110 1101001 110000 10010 0 111011 11001011 11111 11111

Color Harmonies of #375669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375669

Black with #375669

Text Example


Text Example

White with #375669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375669; }

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

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

background-color css

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

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

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

border-color css

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

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

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