Html Css Color HEX #356066 Smalt Blue

📋 copy color: '#356066'

red 53 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #356066

Tints of Smalt Blue #356066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 21.12%
G = 38.25%
B = 40.64%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#356066 (or 0x356066) is known color: Smalt Blue. HEX triplet: 35, 60 and 66. RGB value is (53,96,102). Sum of RGB (Red+Green+Blue) = 53+96+102=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #356066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356066 is #CA9F99. Grayscale: #535353. Windows color (decimal): -13279130 or 6709301. OLE color: 6709301.

HSL color Cylindrical-coordinate representation of color #356066: hue angle of 187.35º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356066 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 96 102 -
CMYK 0.48 0.06 0 0.6
HSL 187.35º 0.32% 0.3% -
HSV(B) 187.35º 0.48% 0.4% -
XYZ 8.05 10.08 14.09 -
YUV 83.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 53 96 102 0.48 0.06 0 0.6 187.35 0.32 0.3
Hex 35 60 66 30 6 0 3C BB 20 1E
Octal 65 140 146 60 6 0 74 273 40 36
Binary 110101 1100000 1100110 110000 110 0 111100 10111011 100000 11110

Color Harmonies of #356066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356066

Black with #356066

Text Example


Text Example

White with #356066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356066; }

 p { color: rgb(53,96,102); }

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

background-color css

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

 a { background-color: rgb(53,96,102); }

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

border-color css

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

 span { border-color: rgb(53,96,102); }

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