Html Css Color HEX #3C6FBD Steel Blue

📋 copy color: '#3C6FBD'

red 60 ◦ green 111 ◦ blue 189

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

Shades of Steel Blue #3C6FBD

Tints of Steel Blue #3C6FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 16.67%
G = 30.83%
B = 52.5%

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

#3C6FBD (or 0x3C6FBD) is known color: Steel Blue. HEX triplet: 3C, 6F and BD. RGB value is (60,111,189). Sum of RGB (Red+Green+Blue) = 60+111+189=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C6FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FBD is #C39042. Grayscale: #686868. Windows color (decimal): -12816451 or 12414780. OLE color: 12414780.

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

Color convert

RGB 60 111 189 -
CMYK 0.68 0.41 0 0.26
HSL 216.28º 0.52% 0.49% -
HSV(B) 216.28º 0.68% 0.74% -
XYZ 16.73 16 50.35 -
YUV 104.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 60 111 189 0.68 0.41 0 0.26 216.28 0.52 0.49
Hex 3C 6F BD 44 29 0 1A D8 34 31
Octal 74 157 275 104 51 0 32 330 64 61
Binary 111100 1101111 10111101 1000100 101001 0 11010 11011000 110100 110001

Color Harmonies of #3C6FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6FBD

Black with #3C6FBD

Text Example


Text Example

White with #3C6FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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