Html Css Color HEX #3F77B6 Steel Blue

📋 copy color: '#3F77B6'

red 63 ◦ green 119 ◦ blue 182

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

Shades of Steel Blue #3F77B6

Tints of Steel Blue #3F77B6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 182 (71.48% from 255) = 50%

R = 17.31%
G = 32.69%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F77B6 (or 0x3F77B6) is known color: Steel Blue. HEX triplet: 3F, 77 and B6. RGB value is (63,119,182). Sum of RGB (Red+Green+Blue) = 63+119+182=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F77B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77B6 is #C08849. Grayscale: #6D6D6D. Windows color (decimal): -12617802 or 11958079. OLE color: 11958079.

HSL color Cylindrical-coordinate representation of color #3F77B6: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F77B6 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 119 182 -
CMYK 0.65 0.35 0 0.29
HSL 211.76º 0.49% 0.48% -
HSV(B) 211.76º 0.65% 0.71% -
XYZ 17.09 17.63 46.76 -
YUV 109.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 63 119 182 0.65 0.35 0 0.29 211.76 0.49 0.48
Hex 3F 77 B6 41 23 0 1D D4 31 30
Octal 77 167 266 101 43 0 35 324 61 60
Binary 111111 1110111 10110110 1000001 100011 0 11101 11010100 110001 110000

Color Harmonies of #3F77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77B6

Black with #3F77B6

Text Example


Text Example

White with #3F77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,182); }

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

background-color css

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

 a { background-color: rgb(63,119,182); }

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

border-color css

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

 span { border-color: rgb(63,119,182); }

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