Html Css Color HEX #3C6EB6 Steel Blue

📋 copy color: '#3C6EB6'

red 60 ◦ green 110 ◦ blue 182

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

Shades of Steel Blue #3C6EB6

Tints of Steel Blue #3C6EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 17.05%
G = 31.25%
B = 51.7%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C6EB6 (or 0x3C6EB6) is known color: Steel Blue. HEX triplet: 3C, 6E and B6. RGB value is (60,110,182). Sum of RGB (Red+Green+Blue) = 60+110+182=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C6EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EB6 is #C39149. Grayscale: #666666. Windows color (decimal): -12816714 or 11955772. OLE color: 11955772.

HSL color Cylindrical-coordinate representation of color #3C6EB6: hue angle of 215.41º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6EB6 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 110 182 -
CMYK 0.67 0.40 0 0.29
HSL 215.41º 0.5% 0.47% -
HSV(B) 215.41º 0.67% 0.71% -
XYZ 15.88 15.49 46.41 -
YUV 103.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 60 110 182 0.67 0.40 0 0.29 215.41 0.5 0.47
Hex 3C 6E B6 43 28 0 1D D7 32 2F
Octal 74 156 266 103 50 0 35 327 62 57
Binary 111100 1101110 10110110 1000011 101000 0 11101 11010111 110010 101111

Color Harmonies of #3C6EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6EB6

Black with #3C6EB6

Text Example


Text Example

White with #3C6EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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