Html Css Color HEX #3C7BAC Steel Blue

📋 copy color: '#3C7BAC'

red 60 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #3C7BAC

Tints of Steel Blue #3C7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 16.9%
G = 34.65%
B = 48.45%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C7BAC (or 0x3C7BAC) is known color: Steel Blue. HEX triplet: 3C, 7B and AC. RGB value is (60,123,172). Sum of RGB (Red+Green+Blue) = 60+123+172=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAC is #C38453. Grayscale: #6D6D6D. Windows color (decimal): -12813396 or 11303740. OLE color: 11303740.

HSL color Cylindrical-coordinate representation of color #3C7BAC: hue angle of 206.25º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C7BAC is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 123 172 -
CMYK 0.65 0.28 0 0.33
HSL 206.25º 0.48% 0.45% -
HSV(B) 206.25º 0.65% 0.67% -
XYZ 16.39 18.11 41.66 -
YUV 109.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 60 123 172 0.65 0.28 0 0.33 206.25 0.48 0.45
Hex 3C 7B AC 41 1C 0 21 CE 30 2D
Octal 74 173 254 101 34 0 41 316 60 55
Binary 111100 1111011 10101100 1000001 11100 0 100001 11001110 110000 101101

Color Harmonies of #3C7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BAC

Black with #3C7BAC

Text Example


Text Example

White with #3C7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,123,172); }

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

background-color css

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

 a { background-color: rgb(60,123,172); }

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

border-color css

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

 span { border-color: rgb(60,123,172); }

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