Html Css Color HEX #3C79B0 Steel Blue

📋 copy color: '#3C79B0'

red 60 ◦ green 121 ◦ blue 176

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

Shades of Steel Blue #3C79B0

Tints of Steel Blue #3C79B0

RGB

 RED value IS 60 (23.83% from 255) = 16.81%

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

 BLUE value IS 176 (69.14% from 255) = 49.3%

R = 16.81%
G = 33.89%
B = 49.3%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C79B0 (or 0x3C79B0) is known color: Steel Blue. HEX triplet: 3C, 79 and B0. RGB value is (60,121,176). Sum of RGB (Red+Green+Blue) = 60+121+176=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C79B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C79B0 is #C3864F. Grayscale: #6C6C6C. Windows color (decimal): -12813904 or 11565372. OLE color: 11565372.

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

Color convert

RGB 60 121 176 -
CMYK 0.66 0.31 0 0.31
HSL 208.45º 0.49% 0.46% -
HSV(B) 208.45º 0.66% 0.69% -
XYZ 16.54 17.77 43.63 -
YUV 109.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 60 121 176 0.66 0.31 0 0.31 208.45 0.49 0.46
Hex 3C 79 B0 42 1F 0 1F D0 31 2E
Octal 74 171 260 102 37 0 37 320 61 56
Binary 111100 1111001 10110000 1000010 11111 0 11111 11010000 110001 101110

Color Harmonies of #3C79B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C79B0

Black with #3C79B0

Text Example


Text Example

White with #3C79B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,121,176); }

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

background-color css

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

 a { background-color: rgb(60,121,176); }

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

border-color css

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

 span { border-color: rgb(60,121,176); }

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