Html Css Color HEX #366275 Blumine

📋 copy color: '#366275'

red 54 ◦ green 98 ◦ blue 117

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

Shades of Blumine #366275

Tints of Blumine #366275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 20.07%
G = 36.43%
B = 43.49%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366275 (or 0x366275) is known color: Blumine. HEX triplet: 36, 62 and 75. RGB value is (54,98,117). Sum of RGB (Red+Green+Blue) = 54+98+117=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #366275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366275 is #C99D8A. Grayscale: #565656. Windows color (decimal): -13213067 or 7692854. OLE color: 7692854.

HSL color Cylindrical-coordinate representation of color #366275: hue angle of 198.1º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366275 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 98 117 -
CMYK 0.54 0.16 0 0.54
HSL 198.1º 0.37% 0.34% -
HSV(B) 198.1º 0.54% 0.46% -
XYZ 9.1 10.8 18.44 -
YUV 87.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 54 98 117 0.54 0.16 0 0.54 198.1 0.37 0.34
Hex 36 62 75 36 10 0 36 C6 25 22
Octal 66 142 165 66 20 0 66 306 45 42
Binary 110110 1100010 1110101 110110 10000 0 110110 11000110 100101 100010

Color Harmonies of #366275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366275

Black with #366275

Text Example


Text Example

White with #366275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366275; }

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

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

background-color css

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

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

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

border-color css

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

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

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