Html Css Color HEX #3A7AAB Steel Blue

📋 copy color: '#3A7AAB'

red 58 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #3A7AAB

Tints of Steel Blue #3A7AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 16.52%
G = 34.76%
B = 48.72%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A7AAB (or 0x3A7AAB) is known color: Steel Blue. HEX triplet: 3A, 7A and AB. RGB value is (58,122,171). Sum of RGB (Red+Green+Blue) = 58+122+171=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AAB is #C58554. Grayscale: #6C6C6C. Windows color (decimal): -12944725 or 11237946. OLE color: 11237946.

HSL color Cylindrical-coordinate representation of color #3A7AAB: hue angle of 206.02º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7AAB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 122 171 -
CMYK 0.66 0.29 0 0.33
HSL 206.02º 0.49% 0.45% -
HSV(B) 206.02º 0.66% 0.67% -
XYZ 16.06 17.76 41.11 -
YUV 108.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 58 122 171 0.66 0.29 0 0.33 206.02 0.49 0.45
Hex 3A 7A AB 42 1D 0 21 CE 31 2D
Octal 72 172 253 102 35 0 41 316 61 55
Binary 111010 1111010 10101011 1000010 11101 0 100001 11001110 110001 101101

Color Harmonies of #3A7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7AAB

Black with #3A7AAB

Text Example


Text Example

White with #3A7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,122,171); }

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

background-color css

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

 a { background-color: rgb(58,122,171); }

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

border-color css

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

 span { border-color: rgb(58,122,171); }

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