Html Css Color HEX #366170 Blumine

📋 copy color: '#366170'

red 54 ◦ green 97 ◦ blue 112

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

Shades of Blumine #366170

Tints of Blumine #366170

RGB

 RED value IS 54 (21.48% from 255) = 20.53%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 20.53%
G = 36.88%
B = 42.59%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366170 (or 0x366170) is known color: Blumine. HEX triplet: 36, 61 and 70. RGB value is (54,97,112). Sum of RGB (Red+Green+Blue) = 54+97+112=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #366170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366170 is #C99E8F. Grayscale: #555555. Windows color (decimal): -13213328 or 7364918. OLE color: 7364918.

HSL color Cylindrical-coordinate representation of color #366170: hue angle of 195.52º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366170 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 97 112 -
CMYK 0.52 0.13 0 0.56
HSL 195.52º 0.35% 0.33% -
HSV(B) 195.52º 0.52% 0.44% -
XYZ 8.72 10.5 16.9 -
YUV 85.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 54 97 112 0.52 0.13 0 0.56 195.52 0.35 0.33
Hex 36 61 70 34 D 0 38 C4 23 21
Octal 66 141 160 64 15 0 70 304 43 41
Binary 110110 1100001 1110000 110100 1101 0 111000 11000100 100011 100001

Color Harmonies of #366170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366170

Black with #366170

Text Example


Text Example

White with #366170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366170; }

 p { color: rgb(54,97,112); }

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

background-color css

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

 a { background-color: rgb(54,97,112); }

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

border-color css

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

 span { border-color: rgb(54,97,112); }

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