#3C6CBB

Color #3C6CBB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #3C6CBB

Tints of Steel Blue #3C6CBB

Color information

#3C6CBB (or 0x3C6CBB) is unknown color: approx Steel Blue. HEX triplet: 3C, 6C and BB. RGB value is (60,108,187). Sum of RGB (Red+Green+Blue) = 60+108+187=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C6CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CBB is #C39344. Grayscale: #666666. Windows color (decimal): -12817221 or 12282940. OLE color: 12282940.

HSL color Cylindrical-coordinate representation of color #3C6CBB: hue angle of 217.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6CBB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB60108187-
CMYK0.680.4200.27
HSL217.32º51.42%48.43%-
HSV(B)217.32º67.91%73.33%-
XYZ16.215.2749.11-
YUV102.65175.697.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.90%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=16.90%
G=30.42%
B=52.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601081870.680.4200.27217.3251.4248.43
Hex3C6CBB442A01Bd93330
Octal74154273104520333316360
Binary111100110110010111011100010010101001101111011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,187); }

 H1.HeaderClassName
 {
   color: #3C6CBB;
 }
 .AnyTagClassName
 {
   color: #3C6CBB;
 }
</style>
background-color css

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

 a { background-color: rgb(60,108,187); }

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

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

 span { border-color: rgb(60,108,187); }

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