#3E396F

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

Shades of Corn Flower Blue #3E396F

Tints of Corn Flower Blue #3E396F

Color information

#3E396F (or 0x3E396F) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 39 and 6F. RGB value is (62,57,111). Sum of RGB (Red+Green+Blue) = 62+57+111=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E396F is #C1C690. Grayscale: #404040. Windows color (decimal): -12699281 or 7289150. OLE color: 7289150.

HSL color Cylindrical-coordinate representation of color #3E396F: hue angle of 245.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E396F is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6257111-
CMYK0.440.4900.56
HSL245.56º32.14%32.94%-
HSV(B)245.56º48.65%43.53%-
XYZ6.325.115.69-
YUV64.65154.16126.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=26.96%
G=24.78%
B=48.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62571110.440.4900.56245.5632.1432.94
Hex3E396F2C31038f62021
Octal767115754610703664041
Binary1111101110011101111101100110001011100011110110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,111); }

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

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

 a { background-color: rgb(62,57,111); }

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

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

 span { border-color: rgb(62,57,111); }

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