Html Css Color HEX #3C7CA8 Steel Blue

📋 copy color: '#3C7CA8'

red 60 ◦ green 124 ◦ blue 168

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

Shades of Steel Blue #3C7CA8

Tints of Steel Blue #3C7CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 17.05%
G = 35.23%
B = 47.73%

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

#3C7CA8 (or 0x3C7CA8) is known color: Steel Blue. HEX triplet: 3C, 7C and A8. RGB value is (60,124,168). Sum of RGB (Red+Green+Blue) = 60+124+168=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C7CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7CA8 is #C38357. Grayscale: #6D6D6D. Windows color (decimal): -12813144 or 11041852. OLE color: 11041852.

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

Color convert

RGB 60 124 168 -
CMYK 0.64 0.26 0 0.34
HSL 204.44º 0.47% 0.45% -
HSV(B) 204.44º 0.64% 0.66% -
XYZ 16.14 18.2 39.71 -
YUV 109.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 60 124 168 0.64 0.26 0 0.34 204.44 0.47 0.45
Hex 3C 7C A8 40 1A 0 22 CC 2F 2D
Octal 74 174 250 100 32 0 42 314 57 55
Binary 111100 1111100 10101000 1000000 11010 0 100010 11001100 101111 101101

Color Harmonies of #3C7CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7CA8

Black with #3C7CA8

Text Example


Text Example

White with #3C7CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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