Html Css Color HEX #396269 Smalt Blue

📋 copy color: '#396269'

red 57 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #396269

Tints of Smalt Blue #396269

RGB

 RED value IS 57 (22.66% from 255) = 21.92%

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

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

R = 21.92%
G = 37.69%
B = 40.38%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#396269 (or 0x396269) is known color: Smalt Blue. HEX triplet: 39, 62 and 69. RGB value is (57,98,105). Sum of RGB (Red+Green+Blue) = 57+98+105=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #396269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396269 is #C69D96. Grayscale: #565656. Windows color (decimal): -13016471 or 6906425. OLE color: 6906425.

HSL color Cylindrical-coordinate representation of color #396269: hue angle of 188.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396269 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 98 105 -
CMYK 0.46 0.07 0 0.59
HSL 188.75º 0.3% 0.32% -
HSV(B) 188.75º 0.46% 0.41% -
XYZ 8.6 10.63 14.96 -
YUV 86.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 57 98 105 0.46 0.07 0 0.59 188.75 0.3 0.32
Hex 39 62 69 2E 7 0 3B BD 1E 20
Octal 71 142 151 56 7 0 73 275 36 40
Binary 111001 1100010 1101001 101110 111 0 111011 10111101 11110 100000

Color Harmonies of #396269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396269

Black with #396269

Text Example


Text Example

White with #396269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396269; }

 p { color: rgb(57,98,105); }

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

background-color css

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

 a { background-color: rgb(57,98,105); }

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

border-color css

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

 span { border-color: rgb(57,98,105); }

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