#3F636A

Color #3F636A Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #3F636A

Tints of Smalt Blue #3F636A

Color information

#3F636A (or 0x3F636A) is unknown color: approx Smalt Blue. HEX triplet: 3F, 63 and 6A. RGB value is (63,99,106). Sum of RGB (Red+Green+Blue) = 63+99+106=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F636A is #C09C95. Grayscale: #585858. Windows color (decimal): -12622998 or 6972223. OLE color: 6972223.

HSL color Cylindrical-coordinate representation of color #3F636A: hue angle of 189.77º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F636A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6399106-
CMYK0.410.0700.58
HSL189.77º25.44%33.14%-
HSV(B)189.77º40.57%41.57%-
XYZ9.1111.0215.28-
YUV89.03137.57109.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=23.51%
G=36.94%
B=39.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63991060.410.0700.58189.7725.4433.14
Hex3F636A29703Abe1921
Octal771431525170722763141
Binary1111111100011110101010100111101110101011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,106); }

 H1.HeaderClassName
 {
   color: #3F636A;
 }
 .AnyTagClassName
 {
   color: #3F636A;
 }
</style>
background-color css

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

 a { background-color: rgb(63,99,106); }

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

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

 span { border-color: rgb(63,99,106); }

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