#3C72BD

Color #3C72BD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #3C72BD

Tints of Steel Blue #3C72BD

Color information

#3C72BD (or 0x3C72BD) is unknown color: approx Steel Blue. HEX triplet: 3C, 72 and BD. RGB value is (60,114,189). Sum of RGB (Red+Green+Blue) = 60+114+189=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C72BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72BD is #C38D42. Grayscale: #6A6A6A. Windows color (decimal): -12815683 or 12415548. OLE color: 12415548.

HSL color Cylindrical-coordinate representation of color #3C72BD: hue angle of 214.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C72BD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60114189-
CMYK0.680.4000.26
HSL214.88º51.81%48.82%-
HSV(B)214.88º68.25%74.12%-
XYZ17.0716.6750.46-
YUV106.4174.6194.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.53%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=16.53%
G=31.40%
B=52.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601141890.680.4000.26214.8851.8148.82
Hex3C72BD442801Ad73431
Octal74162275104500323276461
Binary111100111001010111101100010010100001101011010111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C72BD;
 }
 .AnyTagClassName
 {
   color: #3C72BD;
 }
</style>
background-color css

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

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

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

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

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

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