Html Css Color HEX #366471 Blumine

📋 copy color: '#366471'

red 54 ◦ green 100 ◦ blue 113

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

Shades of Blumine #366471

Tints of Blumine #366471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 20.22%
G = 37.45%
B = 42.32%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366471 (or 0x366471) is known color: Blumine. HEX triplet: 36, 64 and 71. RGB value is (54,100,113). Sum of RGB (Red+Green+Blue) = 54+100+113=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #366471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366471 is #C99B8E. Grayscale: #575757. Windows color (decimal): -13212559 or 7431222. OLE color: 7431222.

HSL color Cylindrical-coordinate representation of color #366471: hue angle of 193.22º 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 #366471 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 100 113 -
CMYK 0.52 0.12 0 0.56
HSL 193.22º 0.35% 0.33% -
HSV(B) 193.22º 0.52% 0.44% -
XYZ 9.06 11.09 17.29 -
YUV 87.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 54 100 113 0.52 0.12 0 0.56 193.22 0.35 0.33
Hex 36 64 71 34 C 0 38 C1 23 21
Octal 66 144 161 64 14 0 70 301 43 41
Binary 110110 1100100 1110001 110100 1100 0 111000 11000001 100011 100001

Color Harmonies of #366471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366471

Black with #366471

Text Example


Text Example

White with #366471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366471; }

 p { color: rgb(54,100,113); }

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

background-color css

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

 a { background-color: rgb(54,100,113); }

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

border-color css

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

 span { border-color: rgb(54,100,113); }

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