Html Css Color HEX #3C72BA Steel Blue

📋 copy color: '#3C72BA'

red 60 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #3C72BA

Tints of Steel Blue #3C72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 16.67%
G = 31.67%
B = 51.67%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C72BA (or 0x3C72BA) is known color: Steel Blue. HEX triplet: 3C, 72 and BA. RGB value is (60,114,186). Sum of RGB (Red+Green+Blue) = 60+114+186=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72BA is #C38D45. Grayscale: #696969. Windows color (decimal): -12815686 or 12218940. OLE color: 12218940.

HSL color Cylindrical-coordinate representation of color #3C72BA: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C72BA is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 114 186 -
CMYK 0.68 0.39 0 0.27
HSL 214.29º 0.51% 0.48% -
HSV(B) 214.29º 0.68% 0.73% -
XYZ 16.74 16.54 48.76 -
YUV 106.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 60 114 186 0.68 0.39 0 0.27 214.29 0.51 0.48
Hex 3C 72 BA 44 27 0 1B D6 33 30
Octal 74 162 272 104 47 0 33 326 63 60
Binary 111100 1110010 10111010 1000100 100111 0 11011 11010110 110011 110000

Color Harmonies of #3C72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72BA

Black with #3C72BA

Text Example


Text Example

White with #3C72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,186); }

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

background-color css

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

 a { background-color: rgb(60,114,186); }

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

border-color css

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

 span { border-color: rgb(60,114,186); }

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