Html Css Color HEX #3B72B1 Steel Blue

📋 copy color: '#3B72B1'

red 59 ◦ green 114 ◦ blue 177

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

Shades of Steel Blue #3B72B1

Tints of Steel Blue #3B72B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.57%

R = 16.86%
G = 32.57%
B = 50.57%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B72B1 (or 0x3B72B1) is known color: Steel Blue. HEX triplet: 3B, 72 and B1. RGB value is (59,114,177). Sum of RGB (Red+Green+Blue) = 59+114+177=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B72B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B72B1 is #C48D4E. Grayscale: #686868. Windows color (decimal): -12881231 or 11629115. OLE color: 11629115.

HSL color Cylindrical-coordinate representation of color #3B72B1: hue angle of 212.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B72B1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 114 177 -
CMYK 0.67 0.36 0 0.31
HSL 212.03º 0.5% 0.46% -
HSV(B) 212.03º 0.67% 0.69% -
XYZ 15.76 16.14 43.88 -
YUV 104.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 59 114 177 0.67 0.36 0 0.31 212.03 0.5 0.46
Hex 3B 72 B1 43 24 0 1F D4 32 2E
Octal 73 162 261 103 44 0 37 324 62 56
Binary 111011 1110010 10110001 1000011 100100 0 11111 11010100 110010 101110

Color Harmonies of #3B72B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B72B1

Black with #3B72B1

Text Example


Text Example

White with #3B72B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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