Html Css Color HEX #3F7ABC Steel Blue

📋 copy color: '#3F7ABC'

red 63 ◦ green 122 ◦ blue 188

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

Shades of Steel Blue #3F7ABC

Tints of Steel Blue #3F7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 16.89%
G = 32.71%
B = 50.4%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F7ABC (or 0x3F7ABC) is known color: Steel Blue. HEX triplet: 3F, 7A and BC. RGB value is (63,122,188). Sum of RGB (Red+Green+Blue) = 63+122+188=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ABC is #C08543. Grayscale: #6F6F6F. Windows color (decimal): -12617028 or 12352063. OLE color: 12352063.

HSL color Cylindrical-coordinate representation of color #3F7ABC: hue angle of 211.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7ABC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 122 188 -
CMYK 0.66 0.35 0 0.26
HSL 211.68º 0.5% 0.49% -
HSV(B) 211.68º 0.66% 0.74% -
XYZ 18.09 18.61 50.22 -
YUV 111.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 63 122 188 0.66 0.35 0 0.26 211.68 0.5 0.49
Hex 3F 7A BC 42 23 0 1A D4 32 31
Octal 77 172 274 102 43 0 32 324 62 61
Binary 111111 1111010 10111100 1000010 100011 0 11010 11010100 110010 110001

Color Harmonies of #3F7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7ABC

Black with #3F7ABC

Text Example


Text Example

White with #3F7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,122,188); }

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

background-color css

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

 a { background-color: rgb(63,122,188); }

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

border-color css

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

 span { border-color: rgb(63,122,188); }

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