Html Css Color HEX #356276 Blumine

📋 copy color: '#356276'

red 53 ◦ green 98 ◦ blue 118

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

Shades of Blumine #356276

Tints of Blumine #356276

RGB

 RED value IS 53 (21.09% from 255) = 19.7%

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 19.7%
G = 36.43%
B = 43.87%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356276 (or 0x356276) is known color: Blumine. HEX triplet: 35, 62 and 76. RGB value is (53,98,118). Sum of RGB (Red+Green+Blue) = 53+98+118=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #356276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356276 is #CA9D89. Grayscale: #565656. Windows color (decimal): -13278602 or 7758389. OLE color: 7758389.

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

Color convert

RGB 53 98 118 -
CMYK 0.55 0.17 0 0.54
HSL 198.46º 0.38% 0.34% -
HSV(B) 198.46º 0.55% 0.46% -
XYZ 9.11 10.8 18.74 -
YUV 86.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 53 98 118 0.55 0.17 0 0.54 198.46 0.38 0.34
Hex 35 62 76 37 11 0 36 C6 26 22
Octal 65 142 166 67 21 0 66 306 46 42
Binary 110101 1100010 1110110 110111 10001 0 110110 11000110 100110 100010

Color Harmonies of #356276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356276

Black with #356276

Text Example


Text Example

White with #356276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356276; }

 p { color: rgb(53,98,118); }

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

background-color css

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

 a { background-color: rgb(53,98,118); }

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

border-color css

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

 span { border-color: rgb(53,98,118); }

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