Html Css Color HEX #3D5F6B Smalt Blue

📋 copy color: '#3D5F6B'

red 61 ◦ green 95 ◦ blue 107

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

Shades of Smalt Blue #3D5F6B

Tints of Smalt Blue #3D5F6B

RGB

 RED value IS 61 (24.22% from 255) = 23.19%

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

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

R = 23.19%
G = 36.12%
B = 40.68%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D5F6B (or 0x3D5F6B) is known color: Smalt Blue. HEX triplet: 3D, 5F and 6B. RGB value is (61,95,107). Sum of RGB (Red+Green+Blue) = 61+95+107=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D5F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F6B is #C2A094. Grayscale: #565656. Windows color (decimal): -12755093 or 7036733. OLE color: 7036733.

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

Color convert

RGB 61 95 107 -
CMYK 0.43 0.11 0 0.58
HSL 195.65º 0.27% 0.33% -
HSV(B) 195.65º 0.43% 0.42% -
XYZ 8.67 10.24 15.43 -
YUV 86.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 61 95 107 0.43 0.11 0 0.58 195.65 0.27 0.33
Hex 3D 5F 6B 2B B 0 3A C4 1B 21
Octal 75 137 153 53 13 0 72 304 33 41
Binary 111101 1011111 1101011 101011 1011 0 111010 11000100 11011 100001

Color Harmonies of #3D5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F6B

Black with #3D5F6B

Text Example


Text Example

White with #3D5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,95,107); }

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

background-color css

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

 a { background-color: rgb(61,95,107); }

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

border-color css

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

 span { border-color: rgb(61,95,107); }

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