Html Css Color HEX #3F81B1 Steel Blue

📋 copy color: '#3F81B1'

red 63 ◦ green 129 ◦ blue 177

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

Shades of Steel Blue #3F81B1

Tints of Steel Blue #3F81B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.97%

R = 17.07%
G = 34.96%
B = 47.97%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F81B1 (or 0x3F81B1) is known color: Steel Blue. HEX triplet: 3F, 81 and B1. RGB value is (63,129,177). Sum of RGB (Red+Green+Blue) = 63+129+177=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F81B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81B1 is #C07E4E. Grayscale: #727272. Windows color (decimal): -12615247 or 11632959. OLE color: 11632959.

HSL color Cylindrical-coordinate representation of color #3F81B1: hue angle of 205.26º 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 #3F81B1 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 129 177 -
CMYK 0.64 0.27 0 0.31
HSL 205.26º 0.48% 0.47% -
HSV(B) 205.26º 0.64% 0.69% -
XYZ 17.84 19.93 44.5 -
YUV 114.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 63 129 177 0.64 0.27 0 0.31 205.26 0.48 0.47
Hex 3F 81 B1 40 1B 0 1F CD 30 2F
Octal 77 201 261 100 33 0 37 315 60 57
Binary 111111 10000001 10110001 1000000 11011 0 11111 11001101 110000 101111

Color Harmonies of #3F81B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81B1

Black with #3F81B1

Text Example


Text Example

White with #3F81B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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