Html Css Color HEX #3B7AAC Steel Blue

📋 copy color: '#3B7AAC'

red 59 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #3B7AAC

Tints of Steel Blue #3B7AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 16.71%
G = 34.56%
B = 48.73%

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

#3B7AAC (or 0x3B7AAC) is known color: Steel Blue. HEX triplet: 3B, 7A and AC. RGB value is (59,122,172). Sum of RGB (Red+Green+Blue) = 59+122+172=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7AAC is #C48553. Grayscale: #6C6C6C. Windows color (decimal): -12879188 or 11303483. OLE color: 11303483.

HSL color Cylindrical-coordinate representation of color #3B7AAC: hue angle of 206.55º 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 #3B7AAC is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 122 172 -
CMYK 0.66 0.29 0 0.33
HSL 206.55º 0.49% 0.45% -
HSV(B) 206.55º 0.66% 0.67% -
XYZ 16.21 17.83 41.62 -
YUV 108.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 59 122 172 0.66 0.29 0 0.33 206.55 0.49 0.45
Hex 3B 7A AC 42 1D 0 21 CF 31 2D
Octal 73 172 254 102 35 0 41 317 61 55
Binary 111011 1111010 10101100 1000010 11101 0 100001 11001111 110001 101101

Color Harmonies of #3B7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7AAC

Black with #3B7AAC

Text Example


Text Example

White with #3B7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,172); }

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

background-color css

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

 a { background-color: rgb(59,122,172); }

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

border-color css

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

 span { border-color: rgb(59,122,172); }

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