Html Css Color HEX #415C61 Smalt Blue

📋 copy color: '#415C61'

red 65 ◦ green 92 ◦ blue 97

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

Shades of Smalt Blue #415C61

Tints of Smalt Blue #415C61

RGB

 RED value IS 65 (25.78% from 255) = 25.59%

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 25.59%
G = 36.22%
B = 38.19%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415C61 (or 0x415C61) is known color: Smalt Blue. HEX triplet: 41, 5C and 61. RGB value is (65,92,97). Sum of RGB (Red+Green+Blue) = 65+92+97=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #415C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C61 is #BEA39E. Grayscale: #545454. Windows color (decimal): -12493727 or 6380609. OLE color: 6380609.

HSL color Cylindrical-coordinate representation of color #415C61: hue angle of 189.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415C61 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 92 97 -
CMYK 0.33 0.05 0 0.62
HSL 189.38º 0.2% 0.32% -
HSV(B) 189.38º 0.33% 0.38% -
XYZ 8.16 9.64 12.74 -
YUV 84.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 65 92 97 0.33 0.05 0 0.62 189.38 0.2 0.32
Hex 41 5C 61 21 5 0 3E BD 14 20
Octal 101 134 141 41 5 0 76 275 24 40
Binary 1000001 1011100 1100001 100001 101 0 111110 10111101 10100 100000

Color Harmonies of #415C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C61

Black with #415C61

Text Example


Text Example

White with #415C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415C61; }

 p { color: rgb(65,92,97); }

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

background-color css

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

 a { background-color: rgb(65,92,97); }

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

border-color css

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

 span { border-color: rgb(65,92,97); }

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