Html Css Color HEX #3B79B2 Steel Blue

📋 copy color: '#3B79B2'

red 59 ◦ green 121 ◦ blue 178

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

Shades of Steel Blue #3B79B2

Tints of Steel Blue #3B79B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 178 (69.92% from 255) = 49.72%

R = 16.48%
G = 33.8%
B = 49.72%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3B79B2 (or 0x3B79B2) is known color: Steel Blue. HEX triplet: 3B, 79 and B2. RGB value is (59,121,178). Sum of RGB (Red+Green+Blue) = 59+121+178=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B79B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B79B2 is #C4864D. Grayscale: #6C6C6C. Windows color (decimal): -12879438 or 11696443. OLE color: 11696443.

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

Color convert

RGB 59 121 178 -
CMYK 0.67 0.32 0 0.30
HSL 208.74º 0.5% 0.46% -
HSV(B) 208.74º 0.67% 0.7% -
XYZ 16.68 17.82 44.68 -
YUV 108.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 59 121 178 0.67 0.32 0 0.30 208.74 0.5 0.46
Hex 3B 79 B2 43 20 0 1E D1 32 2E
Octal 73 171 262 103 40 0 36 321 62 56
Binary 111011 1111001 10110010 1000011 100000 0 11110 11010001 110010 101110

Color Harmonies of #3B79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B79B2

Black with #3B79B2

Text Example


Text Example

White with #3B79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,121,178); }

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

background-color css

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

 a { background-color: rgb(59,121,178); }

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

border-color css

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

 span { border-color: rgb(59,121,178); }

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