Html Css Color HEX #366472 Blumine

📋 copy color: '#366472'

red 54 ◦ green 100 ◦ blue 114

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

Shades of Blumine #366472

Tints of Blumine #366472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 20.15%
G = 37.31%
B = 42.54%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366472 (or 0x366472) is known color: Blumine. HEX triplet: 36, 64 and 72. RGB value is (54,100,114). Sum of RGB (Red+Green+Blue) = 54+100+114=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #366472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366472 is #C99B8D. Grayscale: #575757. Windows color (decimal): -13212558 or 7496758. OLE color: 7496758.

HSL color Cylindrical-coordinate representation of color #366472: hue angle of 194º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366472 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 100 114 -
CMYK 0.53 0.12 0 0.55
HSL 194º 0.36% 0.33% -
HSV(B) 194º 0.53% 0.45% -
XYZ 9.12 11.11 17.58 -
YUV 87.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 54 100 114 0.53 0.12 0 0.55 194 0.36 0.33
Hex 36 64 72 35 C 0 37 C2 24 21
Octal 66 144 162 65 14 0 67 302 44 41
Binary 110110 1100100 1110010 110101 1100 0 110111 11000010 100100 100001

Color Harmonies of #366472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366472

Black with #366472

Text Example


Text Example

White with #366472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366472; }

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

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

background-color css

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

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

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

border-color css

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

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

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