Html Css Color HEX #366273 Blumine

📋 copy color: '#366273'

red 54 ◦ green 98 ◦ blue 115

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

Shades of Blumine #366273

Tints of Blumine #366273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 20.22%
G = 36.7%
B = 43.07%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366273 (or 0x366273) is known color: Blumine. HEX triplet: 36, 62 and 73. RGB value is (54,98,115). Sum of RGB (Red+Green+Blue) = 54+98+115=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #366273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366273 is #C99D8C. Grayscale: #565656. Windows color (decimal): -13213069 or 7561782. OLE color: 7561782.

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

Color convert

RGB 54 98 115 -
CMYK 0.53 0.15 0 0.55
HSL 196.72º 0.36% 0.33% -
HSV(B) 196.72º 0.53% 0.45% -
XYZ 8.98 10.76 17.82 -
YUV 86.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 54 98 115 0.53 0.15 0 0.55 196.72 0.36 0.33
Hex 36 62 73 35 F 0 37 C5 24 21
Octal 66 142 163 65 17 0 67 305 44 41
Binary 110110 1100010 1110011 110101 1111 0 110111 11000101 100100 100001

Color Harmonies of #366273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366273

Black with #366273

Text Example


Text Example

White with #366273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366273; }

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

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

background-color css

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

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

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

border-color css

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

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

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