Html Css Color HEX #3C6FB3 Steel Blue

📋 copy color: '#3C6FB3'

red 60 ◦ green 111 ◦ blue 179

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

Shades of Steel Blue #3C6FB3

Tints of Steel Blue #3C6FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 17.14%
G = 31.71%
B = 51.14%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C6FB3 (or 0x3C6FB3) is known color: Steel Blue. HEX triplet: 3C, 6F and B3. RGB value is (60,111,179). Sum of RGB (Red+Green+Blue) = 60+111+179=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C6FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FB3 is #C3904C. Grayscale: #676767. Windows color (decimal): -12816461 or 11759420. OLE color: 11759420.

HSL color Cylindrical-coordinate representation of color #3C6FB3: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6FB3 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 111 179 -
CMYK 0.66 0.38 0 0.30
HSL 214.29º 0.5% 0.47% -
HSV(B) 214.29º 0.66% 0.7% -
XYZ 15.68 15.58 44.83 -
YUV 103.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 60 111 179 0.66 0.38 0 0.30 214.29 0.5 0.47
Hex 3C 6F B3 42 26 0 1E D6 32 2F
Octal 74 157 263 102 46 0 36 326 62 57
Binary 111100 1101111 10110011 1000010 100110 0 11110 11010110 110010 101111

Color Harmonies of #3C6FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6FB3

Black with #3C6FB3

Text Example


Text Example

White with #3C6FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,179); }

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

background-color css

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

 a { background-color: rgb(60,111,179); }

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

border-color css

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

 span { border-color: rgb(60,111,179); }

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