Html Css Color HEX #3B7DAA Steel Blue

📋 copy color: '#3B7DAA'

red 59 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #3B7DAA

Tints of Steel Blue #3B7DAA

RGB

 RED value IS 59 (23.44% from 255) = 16.67%

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 16.67%
G = 35.31%
B = 48.02%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B7DAA (or 0x3B7DAA) is known color: Steel Blue. HEX triplet: 3B, 7D and AA. RGB value is (59,125,170). Sum of RGB (Red+Green+Blue) = 59+125+170=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B7DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DAA is #C48255. Grayscale: #6E6E6E. Windows color (decimal): -12878422 or 11173179. OLE color: 11173179.

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

Color convert

RGB 59 125 170 -
CMYK 0.65 0.26 0 0.33
HSL 204.32º 0.48% 0.45% -
HSV(B) 204.32º 0.65% 0.67% -
XYZ 16.39 18.5 40.74 -
YUV 110.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 59 125 170 0.65 0.26 0 0.33 204.32 0.48 0.45
Hex 3B 7D AA 41 1A 0 21 CC 30 2D
Octal 73 175 252 101 32 0 41 314 60 55
Binary 111011 1111101 10101010 1000001 11010 0 100001 11001100 110000 101101

Color Harmonies of #3B7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7DAA

Black with #3B7DAA

Text Example


Text Example

White with #3B7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,125,170); }

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

background-color css

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

 a { background-color: rgb(59,125,170); }

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

border-color css

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

 span { border-color: rgb(59,125,170); }

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