Html Css Color HEX #3C70BC Steel Blue

📋 copy color: '#3C70BC'

red 60 ◦ green 112 ◦ blue 188

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

Shades of Steel Blue #3C70BC

Tints of Steel Blue #3C70BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 16.67%
G = 31.11%
B = 52.22%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C70BC (or 0x3C70BC) is known color: Steel Blue. HEX triplet: 3C, 70 and BC. RGB value is (60,112,188). Sum of RGB (Red+Green+Blue) = 60+112+188=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70BC is #C38F43. Grayscale: #686868. Windows color (decimal): -12816196 or 12349500. OLE color: 12349500.

HSL color Cylindrical-coordinate representation of color #3C70BC: hue angle of 215.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C70BC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 112 188 -
CMYK 0.68 0.40 0 0.26
HSL 215.63º 0.52% 0.49% -
HSV(B) 215.63º 0.68% 0.74% -
XYZ 16.73 16.18 49.82 -
YUV 105.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 60 112 188 0.68 0.40 0 0.26 215.63 0.52 0.49
Hex 3C 70 BC 44 28 0 1A D8 34 31
Octal 74 160 274 104 50 0 32 330 64 61
Binary 111100 1110000 10111100 1000100 101000 0 11010 11011000 110100 110001

Color Harmonies of #3C70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C70BC

Black with #3C70BC

Text Example


Text Example

White with #3C70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,188); }

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

background-color css

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

 a { background-color: rgb(60,112,188); }

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

border-color css

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

 span { border-color: rgb(60,112,188); }

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