Html Css Color HEX #3F6067 Smalt Blue

📋 copy color: '#3F6067'

red 63 ◦ green 96 ◦ blue 103

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

Shades of Smalt Blue #3F6067

Tints of Smalt Blue #3F6067

RGB

 RED value IS 63 (25% from 255) = 24.05%

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 24.05%
G = 36.64%
B = 39.31%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F6067 (or 0x3F6067) is known color: Smalt Blue. HEX triplet: 3F, 60 and 67. RGB value is (63,96,103). Sum of RGB (Red+Green+Blue) = 63+96+103=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F6067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6067 is #C09F98. Grayscale: #565656. Windows color (decimal): -12623769 or 6774847. OLE color: 6774847.

HSL color Cylindrical-coordinate representation of color #3F6067: hue angle of 190.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6067 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 96 103 -
CMYK 0.39 0.07 0 0.60
HSL 190.5º 0.24% 0.33% -
HSV(B) 190.5º 0.39% 0.4% -
XYZ 8.68 10.4 14.38 -
YUV 86.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 63 96 103 0.39 0.07 0 0.60 190.5 0.24 0.33
Hex 3F 60 67 27 7 0 3C BE 18 21
Octal 77 140 147 47 7 0 74 276 30 41
Binary 111111 1100000 1100111 100111 111 0 111100 10111110 11000 100001

Color Harmonies of #3F6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6067

Black with #3F6067

Text Example


Text Example

White with #3F6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,103); }

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

background-color css

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

 a { background-color: rgb(63,96,103); }

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

border-color css

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

 span { border-color: rgb(63,96,103); }

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