#3E396C

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

Shades of Corn Flower Blue #3E396C

Tints of Corn Flower Blue #3E396C

Color information

#3E396C (or 0x3E396C) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 39 and 6C. RGB value is (62,57,108). Sum of RGB (Red+Green+Blue) = 62+57+108=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E396C is #C1C693. Grayscale: #404040. Windows color (decimal): -12699284 or 7092542. OLE color: 7092542.

HSL color Cylindrical-coordinate representation of color #3E396C: hue angle of 245.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E396C is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6257108-
CMYK0.430.4700.58
HSL245.88º30.91%32.35%-
HSV(B)245.88º47.22%42.35%-
XYZ6.165.0314.83-
YUV64.31152.66126.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=27.31%
G=25.11%
B=47.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62571080.430.4700.58245.8830.9132.35
Hex3E396C2B2F03Af61f20
Octal767115453570723663740
Binary111110111001110110010101110111101110101111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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