Html Css Color HEX #3C6FBE Steel Blue

📋 copy color: '#3C6FBE'

red 60 ◦ green 111 ◦ blue 190

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

Shades of Steel Blue #3C6FBE

Tints of Steel Blue #3C6FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 16.62%
G = 30.75%
B = 52.63%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C6FBE (or 0x3C6FBE) is known color: Steel Blue. HEX triplet: 3C, 6F and BE. RGB value is (60,111,190). Sum of RGB (Red+Green+Blue) = 60+111+190=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FBE is #C39041. Grayscale: #686868. Windows color (decimal): -12816450 or 12480316. OLE color: 12480316.

HSL color Cylindrical-coordinate representation of color #3C6FBE: hue angle of 216.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6FBE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 111 190 -
CMYK 0.68 0.42 0 0.25
HSL 216.46º 0.52% 0.49% -
HSV(B) 216.46º 0.68% 0.75% -
XYZ 16.84 16.05 50.92 -
YUV 104.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 60 111 190 0.68 0.42 0 0.25 216.46 0.52 0.49
Hex 3C 6F BE 44 2A 0 19 D8 34 31
Octal 74 157 276 104 52 0 31 330 64 61
Binary 111100 1101111 10111110 1000100 101010 0 11001 11011000 110100 110001

Color Harmonies of #3C6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6FBE

Black with #3C6FBE

Text Example


Text Example

White with #3C6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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