Html Css Color HEX #3A6EBE Steel Blue

📋 copy color: '#3A6EBE'

red 58 ◦ green 110 ◦ blue 190

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

Shades of Steel Blue #3A6EBE

Tints of Steel Blue #3A6EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 16.2%
G = 30.73%
B = 53.07%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A6EBE (or 0x3A6EBE) is known color: Steel Blue. HEX triplet: 3A, 6E and BE. RGB value is (58,110,190). Sum of RGB (Red+Green+Blue) = 58+110+190=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A6EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EBE is #C59141. Grayscale: #676767. Windows color (decimal): -12947778 or 12480058. OLE color: 12480058.

HSL color Cylindrical-coordinate representation of color #3A6EBE: hue angle of 216.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6EBE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 110 190 -
CMYK 0.69 0.42 0 0.25
HSL 216.36º 0.53% 0.49% -
HSV(B) 216.36º 0.69% 0.75% -
XYZ 16.62 15.77 50.88 -
YUV 103.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 58 110 190 0.69 0.42 0 0.25 216.36 0.53 0.49
Hex 3A 6E BE 45 2A 0 19 D8 35 31
Octal 72 156 276 105 52 0 31 330 65 61
Binary 111010 1101110 10111110 1000101 101010 0 11001 11011000 110101 110001

Color Harmonies of #3A6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6EBE

Black with #3A6EBE

Text Example


Text Example

White with #3A6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,190); }

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

background-color css

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

 a { background-color: rgb(58,110,190); }

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

border-color css

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

 span { border-color: rgb(58,110,190); }

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