Html Css Color HEX #3B72BB Steel Blue

📋 copy color: '#3B72BB'

red 59 ◦ green 114 ◦ blue 187

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

Shades of Steel Blue #3B72BB

Tints of Steel Blue #3B72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 16.39%
G = 31.67%
B = 51.94%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B72BB (or 0x3B72BB) is known color: Steel Blue. HEX triplet: 3B, 72 and BB. RGB value is (59,114,187). Sum of RGB (Red+Green+Blue) = 59+114+187=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B72BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B72BB is #C48D44. Grayscale: #696969. Windows color (decimal): -12881221 or 12284475. OLE color: 12284475.

HSL color Cylindrical-coordinate representation of color #3B72BB: hue angle of 214.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B72BB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 114 187 -
CMYK 0.68 0.39 0 0.27
HSL 214.22º 0.52% 0.48% -
HSV(B) 214.22º 0.68% 0.73% -
XYZ 16.79 16.55 49.32 -
YUV 105.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 59 114 187 0.68 0.39 0 0.27 214.22 0.52 0.48
Hex 3B 72 BB 44 27 0 1B D6 34 30
Octal 73 162 273 104 47 0 33 326 64 60
Binary 111011 1110010 10111011 1000100 100111 0 11011 11010110 110100 110000

Color Harmonies of #3B72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B72BB

Black with #3B72BB

Text Example


Text Example

White with #3B72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,187); }

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

background-color css

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

 a { background-color: rgb(59,114,187); }

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

border-color css

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

 span { border-color: rgb(59,114,187); }

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