#3E3D6C

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

Shades of Corn Flower Blue #3E3D6C

Tints of Corn Flower Blue #3E3D6C

Color information

#3E3D6C (or 0x3E3D6C) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 3D and 6C. RGB value is (62,61,108). Sum of RGB (Red+Green+Blue) = 62+61+108=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E3D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D6C is #C1C293. Grayscale: #424242. Windows color (decimal): -12698260 or 7093566. OLE color: 7093566.

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

Color convert

RGB6261108-
CMYK0.430.4400.58
HSL241.28º27.81%33.14%-
HSV(B)241.28º43.52%42.35%-
XYZ6.365.4414.9-
YUV66.66151.33124.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=26.84%
G=26.41%
B=46.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62611080.430.4400.58241.2827.8133.14
Hex3E3D6C2B2C03Af11c21
Octal767515453540723613441
Binary111110111101110110010101110110001110101111000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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