Html Css Color HEX #3A6FB9 Steel Blue

📋 copy color: '#3A6FB9'

red 58 ◦ green 111 ◦ blue 185

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

Shades of Steel Blue #3A6FB9

Tints of Steel Blue #3A6FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 16.38%
G = 31.36%
B = 52.26%

CMYK

 C value IS 0.69

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A6FB9 (or 0x3A6FB9) is known color: Steel Blue. HEX triplet: 3A, 6F and B9. RGB value is (58,111,185). Sum of RGB (Red+Green+Blue) = 58+111+185=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A6FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FB9 is #C59046. Grayscale: #676767. Windows color (decimal): -12947527 or 12152634. OLE color: 12152634.

HSL color Cylindrical-coordinate representation of color #3A6FB9: hue angle of 214.96º 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 #3A6FB9 is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 111 185 -
CMYK 0.69 0.4 0 0.27
HSL 214.96º 0.52% 0.48% -
HSV(B) 214.96º 0.69% 0.73% -
XYZ 16.19 15.77 48.09 -
YUV 103.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 58 111 185 0.69 0.4 0 0.27 214.96 0.52 0.48
Hex 3A 6F B9 45 28 0 1B D7 34 30
Octal 72 157 271 105 50 0 33 327 64 60
Binary 111010 1101111 10111001 1000101 101000 0 11011 11010111 110100 110000

Color Harmonies of #3A6FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FB9

Black with #3A6FB9

Text Example


Text Example

White with #3A6FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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