Html Css Color HEX #376069 Blumine

📋 copy color: '#376069'

red 55 ◦ green 96 ◦ blue 105

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

Shades of Blumine #376069

Tints of Blumine #376069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 21.48%
G = 37.5%
B = 41.02%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376069 (or 0x376069) is known color: Blumine. HEX triplet: 37, 60 and 69. RGB value is (55,96,105). Sum of RGB (Red+Green+Blue) = 55+96+105=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #376069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376069 is #C89F96. Grayscale: #545454. Windows color (decimal): -13148055 or 6905911. OLE color: 6905911.

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

Color convert

RGB 55 96 105 -
CMYK 0.48 0.09 0 0.59
HSL 190.8º 0.31% 0.31% -
HSV(B) 190.8º 0.48% 0.41% -
XYZ 8.31 10.2 14.9 -
YUV 84.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 55 96 105 0.48 0.09 0 0.59 190.8 0.31 0.31
Hex 37 60 69 30 9 0 3B BF 1F 1F
Octal 67 140 151 60 11 0 73 277 37 37
Binary 110111 1100000 1101001 110000 1001 0 111011 10111111 11111 11111

Color Harmonies of #376069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376069

Black with #376069

Text Example


Text Example

White with #376069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376069; }

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

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

background-color css

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

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

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

border-color css

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

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

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