Html Css Color HEX #356171 Blumine

📋 copy color: '#356171'

red 53 ◦ green 97 ◦ blue 113

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

Shades of Blumine #356171

Tints of Blumine #356171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 20.15%
G = 36.88%
B = 42.97%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356171 (or 0x356171) is known color: Blumine. HEX triplet: 35, 61 and 71. RGB value is (53,97,113). Sum of RGB (Red+Green+Blue) = 53+97+113=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #356171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356171 is #CA9E8E. Grayscale: #555555. Windows color (decimal): -13278863 or 7430453. OLE color: 7430453.

HSL color Cylindrical-coordinate representation of color #356171: hue angle of 196º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356171 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 97 113 -
CMYK 0.53 0.14 0 0.56
HSL 196º 0.36% 0.33% -
HSV(B) 196º 0.53% 0.44% -
XYZ 8.72 10.5 17.19 -
YUV 85.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 53 97 113 0.53 0.14 0 0.56 196 0.36 0.33
Hex 35 61 71 35 E 0 38 C4 24 21
Octal 65 141 161 65 16 0 70 304 44 41
Binary 110101 1100001 1110001 110101 1110 0 111000 11000100 100100 100001

Color Harmonies of #356171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356171

Black with #356171

Text Example


Text Example

White with #356171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356171; }

 p { color: rgb(53,97,113); }

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

background-color css

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

 a { background-color: rgb(53,97,113); }

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

border-color css

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

 span { border-color: rgb(53,97,113); }

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