Html Css Color HEX #366872 Blumine

📋 copy color: '#366872'

red 54 ◦ green 104 ◦ blue 114

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

Shades of Blumine #366872

Tints of Blumine #366872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 19.85%
G = 38.24%
B = 41.91%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366872 (or 0x366872) is known color: Blumine. HEX triplet: 36, 68 and 72. RGB value is (54,104,114). Sum of RGB (Red+Green+Blue) = 54+104+114=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #366872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366872 is #C9978D. Grayscale: #5A5A5A. Windows color (decimal): -13211534 or 7497782. OLE color: 7497782.

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

Color convert

RGB 54 104 114 -
CMYK 0.53 0.09 0 0.55
HSL 190º 0.36% 0.33% -
HSV(B) 190º 0.53% 0.45% -
XYZ 9.51 11.9 17.72 -
YUV 90.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 54 104 114 0.53 0.09 0 0.55 190 0.36 0.33
Hex 36 68 72 35 9 0 37 BE 24 21
Octal 66 150 162 65 11 0 67 276 44 41
Binary 110110 1101000 1110010 110101 1001 0 110111 10111110 100100 100001

Color Harmonies of #366872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366872

Black with #366872

Text Example


Text Example

White with #366872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366872; }

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

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

background-color css

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

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

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

border-color css

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

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

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