#3E3D75

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

Shades of Corn Flower Blue #3E3D75

Tints of Corn Flower Blue #3E3D75

Color information

#3E3D75 (or 0x3E3D75) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 3D and 75. RGB value is (62,61,117). Sum of RGB (Red+Green+Blue) = 62+61+117=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E3D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D75 is #C1C28A. Grayscale: #434343. Windows color (decimal): -12698251 or 7683390. OLE color: 7683390.

HSL color Cylindrical-coordinate representation of color #3E3D75: hue angle of 241.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E3D75 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6261117-
CMYK0.470.4800.54
HSL241.07º31.46%34.9%-
HSV(B)241.07º47.86%45.88%-
XYZ6.875.6517.56-
YUV67.68155.83123.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=25.83%
G=25.42%
B=48.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62611170.470.4800.54241.0731.4634.9
Hex3E3D752F30036f11f23
Octal767516557600663613743
Binary111110111101111010110111111000001101101111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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