Html Css Color HEX #3A6DBE Steel Blue

📋 copy color: '#3A6DBE'

red 58 ◦ green 109 ◦ blue 190

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

Shades of Steel Blue #3A6DBE

Tints of Steel Blue #3A6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

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

R = 16.25%
G = 30.53%
B = 53.22%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A6DBE (or 0x3A6DBE) is known color: Steel Blue. HEX triplet: 3A, 6D and BE. RGB value is (58,109,190). Sum of RGB (Red+Green+Blue) = 58+109+190=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A6DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DBE is #C59241. Grayscale: #666666. Windows color (decimal): -12948034 or 12479802. OLE color: 12479802.

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

Color convert

RGB 58 109 190 -
CMYK 0.69 0.43 0 0.25
HSL 216.82º 0.53% 0.49% -
HSV(B) 216.82º 0.69% 0.75% -
XYZ 16.51 15.55 50.85 -
YUV 102.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 58 109 190 0.69 0.43 0 0.25 216.82 0.53 0.49
Hex 3A 6D BE 45 2B 0 19 D9 35 31
Octal 72 155 276 105 53 0 31 331 65 61
Binary 111010 1101101 10111110 1000101 101011 0 11001 11011001 110101 110001

Color Harmonies of #3A6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6DBE

Black with #3A6DBE

Text Example


Text Example

White with #3A6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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