Html Css Color HEX #3A6FBA Steel Blue

📋 copy color: '#3A6FBA'

red 58 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #3A6FBA

Tints of Steel Blue #3A6FBA

RGB

 RED value IS 58 (23.05% from 255) = 16.34%

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 16.34%
G = 31.27%
B = 52.39%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A6FBA (or 0x3A6FBA) is known color: Steel Blue. HEX triplet: 3A, 6F and BA. RGB value is (58,111,186). Sum of RGB (Red+Green+Blue) = 58+111+186=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FBA is #C59045. Grayscale: #676767. Windows color (decimal): -12947526 or 12218170. OLE color: 12218170.

HSL color Cylindrical-coordinate representation of color #3A6FBA: hue angle of 215.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6FBA is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 111 186 -
CMYK 0.69 0.40 0 0.27
HSL 215.16º 0.52% 0.48% -
HSV(B) 215.16º 0.69% 0.73% -
XYZ 16.29 15.81 48.65 -
YUV 103.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 58 111 186 0.69 0.40 0 0.27 215.16 0.52 0.48
Hex 3A 6F BA 45 28 0 1B D7 34 30
Octal 72 157 272 105 50 0 33 327 64 60
Binary 111010 1101111 10111010 1000101 101000 0 11011 11010111 110100 110000

Color Harmonies of #3A6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FBA

Black with #3A6FBA

Text Example


Text Example

White with #3A6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,186); }

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

background-color css

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

 a { background-color: rgb(58,111,186); }

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

border-color css

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

 span { border-color: rgb(58,111,186); }

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