Html Css Color HEX #3C6DBE Steel Blue

📋 copy color: '#3C6DBE'

red 60 ◦ green 109 ◦ blue 190

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

Shades of Steel Blue #3C6DBE

Tints of Steel Blue #3C6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.36%

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

R = 16.71%
G = 30.36%
B = 52.92%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C6DBE (or 0x3C6DBE) is known color: Steel Blue. HEX triplet: 3C, 6D and BE. RGB value is (60,109,190). Sum of RGB (Red+Green+Blue) = 60+109+190=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DBE is #C39241. Grayscale: #676767. Windows color (decimal): -12816962 or 12479804. OLE color: 12479804.

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

Color convert

RGB 60 109 190 -
CMYK 0.68 0.43 0 0.25
HSL 217.38º 0.52% 0.49% -
HSV(B) 217.38º 0.68% 0.75% -
XYZ 16.63 15.62 50.85 -
YUV 103.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 60 109 190 0.68 0.43 0 0.25 217.38 0.52 0.49
Hex 3C 6D BE 44 2B 0 19 D9 34 31
Octal 74 155 276 104 53 0 31 331 64 61
Binary 111100 1101101 10111110 1000100 101011 0 11001 11011001 110100 110001

Color Harmonies of #3C6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DBE

Black with #3C6DBE

Text Example


Text Example

White with #3C6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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