Html Css Color HEX #3B7BAB Steel Blue

📋 copy color: '#3B7BAB'

red 59 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #3B7BAB

Tints of Steel Blue #3B7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 16.71%
G = 34.84%
B = 48.44%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B7BAB (or 0x3B7BAB) is known color: Steel Blue. HEX triplet: 3B, 7B and AB. RGB value is (59,123,171). Sum of RGB (Red+Green+Blue) = 59+123+171=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7BAB is #C48454. Grayscale: #6D6D6D. Windows color (decimal): -12878933 or 11238203. OLE color: 11238203.

HSL color Cylindrical-coordinate representation of color #3B7BAB: hue angle of 205.71º degrees, saturation: 0.49, 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 #3B7BAB is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 123 171 -
CMYK 0.65 0.28 0 0.33
HSL 205.71º 0.49% 0.45% -
HSV(B) 205.71º 0.65% 0.67% -
XYZ 16.24 18.04 41.15 -
YUV 109.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 59 123 171 0.65 0.28 0 0.33 205.71 0.49 0.45
Hex 3B 7B AB 41 1C 0 21 CE 31 2D
Octal 73 173 253 101 34 0 41 316 61 55
Binary 111011 1111011 10101011 1000001 11100 0 100001 11001110 110001 101101

Color Harmonies of #3B7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7BAB

Black with #3B7BAB

Text Example


Text Example

White with #3B7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,123,171); }

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

background-color css

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

 a { background-color: rgb(59,123,171); }

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

border-color css

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

 span { border-color: rgb(59,123,171); }

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