Html Css Color HEX #3F77C2 Steel Blue

📋 copy color: '#3F77C2'

red 63 ◦ green 119 ◦ blue 194

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

Shades of Steel Blue #3F77C2

Tints of Steel Blue #3F77C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 16.76%
G = 31.65%
B = 51.6%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F77C2 (or 0x3F77C2) is known color: Steel Blue. HEX triplet: 3F, 77 and C2. RGB value is (63,119,194). Sum of RGB (Red+Green+Blue) = 63+119+194=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F77C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77C2 is #C0883D. Grayscale: #6E6E6E. Windows color (decimal): -12617790 or 12744511. OLE color: 12744511.

HSL color Cylindrical-coordinate representation of color #3F77C2: hue angle of 214.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F77C2 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 119 194 -
CMYK 0.68 0.39 0 0.24
HSL 214.35º 0.52% 0.5% -
HSV(B) 214.35º 0.68% 0.76% -
XYZ 18.38 18.15 53.57 -
YUV 110.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 63 119 194 0.68 0.39 0 0.24 214.35 0.52 0.5
Hex 3F 77 C2 44 27 0 18 D6 34 32
Octal 77 167 302 104 47 0 30 326 64 62
Binary 111111 1110111 11000010 1000100 100111 0 11000 11010110 110100 110010

Color Harmonies of #3F77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77C2

Black with #3F77C2

Text Example


Text Example

White with #3F77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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