Html Css Color HEX #3B76B3 Steel Blue

📋 copy color: '#3B76B3'

red 59 ◦ green 118 ◦ blue 179

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

Shades of Steel Blue #3B76B3

Tints of Steel Blue #3B76B3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 16.57%
G = 33.15%
B = 50.28%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3B76B3 (or 0x3B76B3) is known color: Steel Blue. HEX triplet: 3B, 76 and B3. RGB value is (59,118,179). Sum of RGB (Red+Green+Blue) = 59+118+179=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B76B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B76B3 is #C4894C. Grayscale: #6B6B6B. Windows color (decimal): -12880205 or 11761211. OLE color: 11761211.

HSL color Cylindrical-coordinate representation of color #3B76B3: hue angle of 210.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B76B3 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 118 179 -
CMYK 0.67 0.34 0 0.30
HSL 210.5º 0.5% 0.47% -
HSV(B) 210.5º 0.67% 0.7% -
XYZ 16.42 17.14 45.09 -
YUV 107.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 59 118 179 0.67 0.34 0 0.30 210.5 0.5 0.47
Hex 3B 76 B3 43 22 0 1E D2 32 2F
Octal 73 166 263 103 42 0 36 322 62 57
Binary 111011 1110110 10110011 1000011 100010 0 11110 11010010 110010 101111

Color Harmonies of #3B76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B76B3

Black with #3B76B3

Text Example


Text Example

White with #3B76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,118,179); }

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

background-color css

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

 a { background-color: rgb(59,118,179); }

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

border-color css

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

 span { border-color: rgb(59,118,179); }

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