Html Css Color HEX #356169 Blumine

📋 copy color: '#356169'

red 53 ◦ green 97 ◦ blue 105

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

Shades of Blumine #356169

Tints of Blumine #356169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 20.78%
G = 38.04%
B = 41.18%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#356169 (or 0x356169) is known color: Blumine. HEX triplet: 35, 61 and 69. RGB value is (53,97,105). Sum of RGB (Red+Green+Blue) = 53+97+105=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #356169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356169 is #CA9E96. Grayscale: #545454. Windows color (decimal): -13278871 or 6906165. OLE color: 6906165.

HSL color Cylindrical-coordinate representation of color #356169: hue angle of 189.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356169 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 97 105 -
CMYK 0.50 0.08 0 0.59
HSL 189.23º 0.33% 0.31% -
HSV(B) 189.23º 0.5% 0.41% -
XYZ 8.29 10.33 14.92 -
YUV 84.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 53 97 105 0.50 0.08 0 0.59 189.23 0.33 0.31
Hex 35 61 69 32 8 0 3B BD 21 1F
Octal 65 141 151 62 10 0 73 275 41 37
Binary 110101 1100001 1101001 110010 1000 0 111011 10111101 100001 11111

Color Harmonies of #356169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356169

Black with #356169

Text Example


Text Example

White with #356169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356169; }

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

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

background-color css

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

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

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

border-color css

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

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

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