#3C3974

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

Shades of Corn Flower Blue #3C3974

Tints of Corn Flower Blue #3C3974

Color information

#3C3974 (or 0x3C3974) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 39 and 74. RGB value is (60,57,116). Sum of RGB (Red+Green+Blue) = 60+57+116=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C3974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3974 is #C3C68B. Grayscale: #404040. Windows color (decimal): -12830348 or 7616828. OLE color: 7616828.

HSL color Cylindrical-coordinate representation of color #3C3974: hue angle of 243.05º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3974 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6057116-
CMYK0.480.5100.55
HSL243.05º34.1%33.92%-
HSV(B)243.05º50.86%45.49%-
XYZ6.485.1517.18-
YUV64.62156.99124.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=25.75%
G=24.46%
B=49.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60571160.480.5100.55243.0534.133.92
Hex3C39743033037f32222
Octal747116460630673634242
Binary1111001110011110100110000110011011011111110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,116); }

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

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

 a { background-color: rgb(60,57,116); }

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

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

 span { border-color: rgb(60,57,116); }

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