Html Css Color HEX #3C6EBC Steel Blue

📋 copy color: '#3C6EBC'

red 60 ◦ green 110 ◦ blue 188

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

Shades of Steel Blue #3C6EBC

Tints of Steel Blue #3C6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 16.76%
G = 30.73%
B = 52.51%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C6EBC (or 0x3C6EBC) is known color: Steel Blue. HEX triplet: 3C, 6E and BC. RGB value is (60,110,188). Sum of RGB (Red+Green+Blue) = 60+110+188=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EBC is #C39143. Grayscale: #676767. Windows color (decimal): -12816708 or 12348988. OLE color: 12348988.

HSL color Cylindrical-coordinate representation of color #3C6EBC: hue angle of 216.56º 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 #3C6EBC is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 110 188 -
CMYK 0.68 0.41 0 0.26
HSL 216.56º 0.52% 0.49% -
HSV(B) 216.56º 0.68% 0.74% -
XYZ 16.52 15.74 49.75 -
YUV 103.94 175.44 96.66 -
System Red Green Blue C M Y K H S L
Decimal 60 110 188 0.68 0.41 0 0.26 216.56 0.52 0.49
Hex 3C 6E BC 44 29 0 1A D9 34 31
Octal 74 156 274 104 51 0 32 331 64 61
Binary 111100 1101110 10111100 1000100 101001 0 11010 11011001 110100 110001

Color Harmonies of #3C6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6EBC

Black with #3C6EBC

Text Example


Text Example

White with #3C6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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