Html Css Color HEX #3F76C2 Steel Blue

📋 copy color: '#3F76C2'

red 63 ◦ green 118 ◦ blue 194

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

Shades of Steel Blue #3F76C2

Tints of Steel Blue #3F76C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 16.8%
G = 31.47%
B = 51.73%

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

#3F76C2 (or 0x3F76C2) is known color: Steel Blue. HEX triplet: 3F, 76 and C2. RGB value is (63,118,194). Sum of RGB (Red+Green+Blue) = 63+118+194=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F76C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F76C2 is #C0893D. Grayscale: #6D6D6D. Windows color (decimal): -12618046 or 12744255. OLE color: 12744255.

HSL color Cylindrical-coordinate representation of color #3F76C2: hue angle of 214.81º 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 #3F76C2 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 118 194 -
CMYK 0.68 0.39 0 0.24
HSL 214.81º 0.52% 0.5% -
HSV(B) 214.81º 0.68% 0.76% -
XYZ 18.27 17.91 53.53 -
YUV 110.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 63 118 194 0.68 0.39 0 0.24 214.81 0.52 0.5
Hex 3F 76 C2 44 27 0 18 D7 34 32
Octal 77 166 302 104 47 0 30 327 64 62
Binary 111111 1110110 11000010 1000100 100111 0 11000 11010111 110100 110010

Color Harmonies of #3F76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76C2

Black with #3F76C2

Text Example


Text Example

White with #3F76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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