Html Css Color HEX #366773 Blumine

📋 copy color: '#366773'

red 54 ◦ green 103 ◦ blue 115

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

Shades of Blumine #366773

Tints of Blumine #366773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 19.85%
G = 37.87%
B = 42.28%

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

#366773 (or 0x366773) is known color: Blumine. HEX triplet: 36, 67 and 73. RGB value is (54,103,115). Sum of RGB (Red+Green+Blue) = 54+103+115=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #366773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366773 is #C9988C. Grayscale: #595959. Windows color (decimal): -13211789 or 7563062. OLE color: 7563062.

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

Color convert

RGB 54 103 115 -
CMYK 0.53 0.10 0 0.55
HSL 191.8º 0.36% 0.33% -
HSV(B) 191.8º 0.53% 0.45% -
XYZ 9.47 11.72 17.98 -
YUV 89.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 54 103 115 0.53 0.10 0 0.55 191.8 0.36 0.33
Hex 36 67 73 35 A 0 37 C0 24 21
Octal 66 147 163 65 12 0 67 300 44 41
Binary 110110 1100111 1110011 110101 1010 0 110111 11000000 100100 100001

Color Harmonies of #366773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366773

Black with #366773

Text Example


Text Example

White with #366773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366773; }

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

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

background-color css

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

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

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

border-color css

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

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

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