#3C396D

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

Shades of Corn Flower Blue #3C396D

Tints of Corn Flower Blue #3C396D

Color information

#3C396D (or 0x3C396D) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 39 and 6D. RGB value is (60,57,109). Sum of RGB (Red+Green+Blue) = 60+57+109=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C396D is #C3C692. Grayscale: #3F3F3F. Windows color (decimal): -12830355 or 7158076. OLE color: 7158076.

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

Color convert

RGB6057109-
CMYK0.450.4800.57
HSL243.46º31.33%32.55%-
HSV(B)243.46º47.71%42.75%-
XYZ6.094.9915.11-
YUV63.82153.49125.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=26.55%
G=25.22%
B=48.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60571090.450.4800.57243.4631.3332.55
Hex3C396D2D30039f31f21
Octal747115555600713633741
Binary111100111001110110110110111000001110011111001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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