Html Css Color HEX #356376 Blumine

📋 copy color: '#356376'

red 53 ◦ green 99 ◦ blue 118

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

Shades of Blumine #356376

Tints of Blumine #356376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 19.63%
G = 36.67%
B = 43.7%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356376 (or 0x356376) is known color: Blumine. HEX triplet: 35, 63 and 76. RGB value is (53,99,118). Sum of RGB (Red+Green+Blue) = 53+99+118=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #356376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356376 is #CA9C89. Grayscale: #575757. Windows color (decimal): -13278346 or 7758645. OLE color: 7758645.

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

Color convert

RGB 53 99 118 -
CMYK 0.55 0.16 0 0.54
HSL 197.54º 0.38% 0.34% -
HSV(B) 197.54º 0.55% 0.46% -
XYZ 9.2 10.99 18.78 -
YUV 87.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 53 99 118 0.55 0.16 0 0.54 197.54 0.38 0.34
Hex 35 63 76 37 10 0 36 C6 26 22
Octal 65 143 166 67 20 0 66 306 46 42
Binary 110101 1100011 1110110 110111 10000 0 110110 11000110 100110 100010

Color Harmonies of #356376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356376

Black with #356376

Text Example


Text Example

White with #356376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356376; }

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

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

background-color css

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

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

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

border-color css

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

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

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