#3E3D6B

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

Shades of Corn Flower Blue #3E3D6B

Tints of Corn Flower Blue #3E3D6B

Color information

#3E3D6B (or 0x3E3D6B) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 3D and 6B. RGB value is (62,61,107). Sum of RGB (Red+Green+Blue) = 62+61+107=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E3D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D6B is #C1C294. Grayscale: #424242. Windows color (decimal): -12698261 or 7028030. OLE color: 7028030.

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

Color convert

RGB6261107-
CMYK0.420.4300.58
HSL241.3º27.38%32.94%-
HSV(B)241.3º42.99%41.96%-
XYZ6.315.4214.62-
YUV66.54150.83124.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=26.96%
G=26.52%
B=46.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62611070.420.4300.58241.327.3832.94
Hex3E3D6B2A2B03Af11b21
Octal767515352530723613341
Binary111110111101110101110101010101101110101111000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,107); }

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

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

 a { background-color: rgb(62,61,107); }

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

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

 span { border-color: rgb(62,61,107); }

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