Html Css Color HEX #3A5F63 Smalt Blue

📋 copy color: '#3A5F63'

red 58 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #3A5F63

Tints of Smalt Blue #3A5F63

RGB

 RED value IS 58 (23.05% from 255) = 23.02%

 GREEN value IS 95 (37.5% from 255) = 37.7%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 23.02%
G = 37.7%
B = 39.29%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A5F63 (or 0x3A5F63) is known color: Smalt Blue. HEX triplet: 3A, 5F and 63. RGB value is (58,95,99). Sum of RGB (Red+Green+Blue) = 58+95+99=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F63 is #C5A09C. Grayscale: #545454. Windows color (decimal): -12951709 or 6512442. OLE color: 6512442.

HSL color Cylindrical-coordinate representation of color #3A5F63: hue angle of 185.85º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5F63 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 95 99 -
CMYK 0.41 0.04 0 0.61
HSL 185.85º 0.26% 0.31% -
HSV(B) 185.85º 0.41% 0.39% -
XYZ 8.09 9.98 13.31 -
YUV 84.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 58 95 99 0.41 0.04 0 0.61 185.85 0.26 0.31
Hex 3A 5F 63 29 4 0 3D BA 1A 1F
Octal 72 137 143 51 4 0 75 272 32 37
Binary 111010 1011111 1100011 101001 100 0 111101 10111010 11010 11111

Color Harmonies of #3A5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5F63

Black with #3A5F63

Text Example


Text Example

White with #3A5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5F63; }

 p { color: rgb(58,95,99); }

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

background-color css

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

 a { background-color: rgb(58,95,99); }

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

border-color css

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

 span { border-color: rgb(58,95,99); }

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