Html Css Color HEX #3C72C0 Steel Blue

📋 copy color: '#3C72C0'

red 60 ◦ green 114 ◦ blue 192

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

Shades of Steel Blue #3C72C0

Tints of Steel Blue #3C72C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 16.39%
G = 31.15%
B = 52.46%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C72C0 (or 0x3C72C0) is known color: Steel Blue. HEX triplet: 3C, 72 and C0. RGB value is (60,114,192). Sum of RGB (Red+Green+Blue) = 60+114+192=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C72C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72C0 is #C38D3F. Grayscale: #6A6A6A. Windows color (decimal): -12815680 or 12612156. OLE color: 12612156.

HSL color Cylindrical-coordinate representation of color #3C72C0: hue angle of 215.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C72C0 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 114 192 -
CMYK 0.69 0.41 0 0.25
HSL 215.45º 0.52% 0.49% -
HSV(B) 215.45º 0.69% 0.75% -
XYZ 17.4 16.8 52.2 -
YUV 106.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 60 114 192 0.69 0.41 0 0.25 215.45 0.52 0.49
Hex 3C 72 C0 45 29 0 19 D7 34 31
Octal 74 162 300 105 51 0 31 327 64 61
Binary 111100 1110010 11000000 1000101 101001 0 11001 11010111 110100 110001

Color Harmonies of #3C72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72C0

Black with #3C72C0

Text Example


Text Example

White with #3C72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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