Html Css Color HEX #366873 Blumine

📋 copy color: '#366873'

red 54 ◦ green 104 ◦ blue 115

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

Shades of Blumine #366873

Tints of Blumine #366873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 19.78%
G = 38.1%
B = 42.12%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366873 (or 0x366873) is known color: Blumine. HEX triplet: 36, 68 and 73. RGB value is (54,104,115). Sum of RGB (Red+Green+Blue) = 54+104+115=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #366873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366873 is #C9978C. Grayscale: #5A5A5A. Windows color (decimal): -13211533 or 7563318. OLE color: 7563318.

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

Color convert

RGB 54 104 115 -
CMYK 0.53 0.10 0 0.55
HSL 190.82º 0.36% 0.33% -
HSV(B) 190.82º 0.53% 0.45% -
XYZ 9.57 11.92 18.02 -
YUV 90.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 54 104 115 0.53 0.10 0 0.55 190.82 0.36 0.33
Hex 36 68 73 35 A 0 37 BF 24 21
Octal 66 150 163 65 12 0 67 277 44 41
Binary 110110 1101000 1110011 110101 1010 0 110111 10111111 100100 100001

Color Harmonies of #366873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366873

Black with #366873

Text Example


Text Example

White with #366873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366873; }

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

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

background-color css

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

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

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

border-color css

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

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

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