Html Css Color HEX #366073 Blumine

📋 copy color: '#366073'

red 54 ◦ green 96 ◦ blue 115

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

Shades of Blumine #366073

Tints of Blumine #366073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 20.38%
G = 36.23%
B = 43.4%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366073 (or 0x366073) is known color: Blumine. HEX triplet: 36, 60 and 73. RGB value is (54,96,115). Sum of RGB (Red+Green+Blue) = 54+96+115=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #366073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366073 is #C99F8C. Grayscale: #555555. Windows color (decimal): -13213581 or 7561270. OLE color: 7561270.

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

Color convert

RGB 54 96 115 -
CMYK 0.53 0.17 0 0.55
HSL 198.69º 0.36% 0.33% -
HSV(B) 198.69º 0.53% 0.45% -
XYZ 8.8 10.39 17.76 -
YUV 85.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 54 96 115 0.53 0.17 0 0.55 198.69 0.36 0.33
Hex 36 60 73 35 11 0 37 C7 24 21
Octal 66 140 163 65 21 0 67 307 44 41
Binary 110110 1100000 1110011 110101 10001 0 110111 11000111 100100 100001

Color Harmonies of #366073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366073

Black with #366073

Text Example


Text Example

White with #366073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366073; }

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

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

background-color css

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

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

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

border-color css

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

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

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