Html Css Color HEX #40636B Smalt Blue

📋 copy color: '#40636B'

red 64 ◦ green 99 ◦ blue 107

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

Shades of Smalt Blue #40636B

Tints of Smalt Blue #40636B

RGB

 RED value IS 64 (25.39% from 255) = 23.7%

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 23.7%
G = 36.67%
B = 39.63%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40636B (or 0x40636B) is known color: Smalt Blue. HEX triplet: 40, 63 and 6B. RGB value is (64,99,107). Sum of RGB (Red+Green+Blue) = 64+99+107=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #40636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40636B is #BF9C94. Grayscale: #595959. Windows color (decimal): -12557461 or 7037760. OLE color: 7037760.

HSL color Cylindrical-coordinate representation of color #40636B: hue angle of 191.16º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40636B is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 99 107 -
CMYK 0.40 0.07 0 0.58
HSL 191.16º 0.25% 0.34% -
HSV(B) 191.16º 0.4% 0.42% -
XYZ 9.23 11.08 15.56 -
YUV 89.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 64 99 107 0.40 0.07 0 0.58 191.16 0.25 0.34
Hex 40 63 6B 28 7 0 3A BF 19 22
Octal 100 143 153 50 7 0 72 277 31 42
Binary 1000000 1100011 1101011 101000 111 0 111010 10111111 11001 100010

Color Harmonies of #40636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40636B

Black with #40636B

Text Example


Text Example

White with #40636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40636B; }

 p { color: rgb(64,99,107); }

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

background-color css

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

 a { background-color: rgb(64,99,107); }

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

border-color css

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

 span { border-color: rgb(64,99,107); }

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