Html Css Color HEX #3F81AF Steel Blue

📋 copy color: '#3F81AF'

red 63 ◦ green 129 ◦ blue 175

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

Shades of Steel Blue #3F81AF

Tints of Steel Blue #3F81AF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 17.17%
G = 35.15%
B = 47.68%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F81AF (or 0x3F81AF) is known color: Steel Blue. HEX triplet: 3F, 81 and AF. RGB value is (63,129,175). Sum of RGB (Red+Green+Blue) = 63+129+175=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F81AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81AF is #C07E50. Grayscale: #727272. Windows color (decimal): -12615249 or 11501887. OLE color: 11501887.

HSL color Cylindrical-coordinate representation of color #3F81AF: hue angle of 204.64º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F81AF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 129 175 -
CMYK 0.64 0.26 0 0.31
HSL 204.64º 0.47% 0.47% -
HSV(B) 204.64º 0.64% 0.69% -
XYZ 17.64 19.85 43.46 -
YUV 114.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 63 129 175 0.64 0.26 0 0.31 204.64 0.47 0.47
Hex 3F 81 AF 40 1A 0 1F CD 2F 2F
Octal 77 201 257 100 32 0 37 315 57 57
Binary 111111 10000001 10101111 1000000 11010 0 11111 11001101 101111 101111

Color Harmonies of #3F81AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81AF

Black with #3F81AF

Text Example


Text Example

White with #3F81AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,175); }

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

background-color css

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

 a { background-color: rgb(63,129,175); }

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

border-color css

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

 span { border-color: rgb(63,129,175); }

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