Html Css Color HEX #3C7DA8 Steel Blue

📋 copy color: '#3C7DA8'

red 60 ◦ green 125 ◦ blue 168

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

Shades of Steel Blue #3C7DA8

Tints of Steel Blue #3C7DA8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 168 (66.02% from 255) = 47.59%

R = 17%
G = 35.41%
B = 47.59%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3C7DA8 (or 0x3C7DA8) is known color: Steel Blue. HEX triplet: 3C, 7D and A8. RGB value is (60,125,168). Sum of RGB (Red+Green+Blue) = 60+125+168=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C7DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DA8 is #C38257. Grayscale: #6E6E6E. Windows color (decimal): -12812888 or 11042108. OLE color: 11042108.

HSL color Cylindrical-coordinate representation of color #3C7DA8: hue angle of 203.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C7DA8 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 125 168 -
CMYK 0.64 0.26 0 0.34
HSL 203.89º 0.47% 0.45% -
HSV(B) 203.89º 0.64% 0.66% -
XYZ 16.26 18.46 39.75 -
YUV 110.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 60 125 168 0.64 0.26 0 0.34 203.89 0.47 0.45
Hex 3C 7D A8 40 1A 0 22 CC 2F 2D
Octal 74 175 250 100 32 0 42 314 57 55
Binary 111100 1111101 10101000 1000000 11010 0 100010 11001100 101111 101101

Color Harmonies of #3C7DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DA8

Black with #3C7DA8

Text Example


Text Example

White with #3C7DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,168); }

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

background-color css

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

 a { background-color: rgb(60,125,168); }

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

border-color css

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

 span { border-color: rgb(60,125,168); }

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