Html Css Color HEX #3C70BE Steel Blue

📋 copy color: '#3C70BE'

red 60 ◦ green 112 ◦ blue 190

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

Shades of Steel Blue #3C70BE

Tints of Steel Blue #3C70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 16.57%
G = 30.94%
B = 52.49%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C70BE (or 0x3C70BE) is known color: Steel Blue. HEX triplet: 3C, 70 and BE. RGB value is (60,112,190). Sum of RGB (Red+Green+Blue) = 60+112+190=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70BE is #C38F41. Grayscale: #686868. Windows color (decimal): -12816194 or 12480572. OLE color: 12480572.

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

Color convert

RGB 60 112 190 -
CMYK 0.68 0.41 0 0.25
HSL 216º 0.52% 0.49% -
HSV(B) 216º 0.68% 0.75% -
XYZ 16.95 16.27 50.96 -
YUV 105.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 60 112 190 0.68 0.41 0 0.25 216 0.52 0.49
Hex 3C 70 BE 44 29 0 19 D8 34 31
Octal 74 160 276 104 51 0 31 330 64 61
Binary 111100 1110000 10111110 1000100 101001 0 11001 11011000 110100 110001

Color Harmonies of #3C70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C70BE

Black with #3C70BE

Text Example


Text Example

White with #3C70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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