Html Css Color HEX #3C6DBD Steel Blue

📋 copy color: '#3C6DBD'

red 60 ◦ green 109 ◦ blue 189

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

Shades of Steel Blue #3C6DBD

Tints of Steel Blue #3C6DBD

RGB

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

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

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

R = 16.76%
G = 30.45%
B = 52.79%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C6DBD (or 0x3C6DBD) is known color: Steel Blue. HEX triplet: 3C, 6D and BD. RGB value is (60,109,189). Sum of RGB (Red+Green+Blue) = 60+109+189=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DBD is #C39242. Grayscale: #676767. Windows color (decimal): -12816963 or 12414268. OLE color: 12414268.

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

Color convert

RGB 60 109 189 -
CMYK 0.68 0.42 0 0.26
HSL 217.21º 0.52% 0.49% -
HSV(B) 217.21º 0.68% 0.74% -
XYZ 16.52 15.57 50.28 -
YUV 103.47 176.27 97 -
System Red Green Blue C M Y K H S L
Decimal 60 109 189 0.68 0.42 0 0.26 217.21 0.52 0.49
Hex 3C 6D BD 44 2A 0 1A D9 34 31
Octal 74 155 275 104 52 0 32 331 64 61
Binary 111100 1101101 10111101 1000100 101010 0 11010 11011001 110100 110001

Color Harmonies of #3C6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DBD

Black with #3C6DBD

Text Example


Text Example

White with #3C6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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