#3D396E

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

Shades of Corn Flower Blue #3D396E

Tints of Corn Flower Blue #3D396E

Color information

#3D396E (or 0x3D396E) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 39 and 6E. RGB value is (61,57,110). Sum of RGB (Red+Green+Blue) = 61+57+110=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D396E is #C2C691. Grayscale: #404040. Windows color (decimal): -12764818 or 7223613. OLE color: 7223613.

HSL color Cylindrical-coordinate representation of color #3D396E: hue angle of 244.53º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D396E is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6157110-
CMYK0.450.4800.57
HSL244.53º31.74%32.75%-
HSV(B)244.53º48.18%43.14%-
XYZ6.25.0415.4-
YUV64.24153.83125.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=26.75%
G=25%
B=48.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61571100.450.4800.57244.5331.7432.75
Hex3D396E2D30039f52021
Octal757115655600713654041
Binary1111011110011101110101101110000011100111110101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,110); }

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

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

 a { background-color: rgb(61,57,110); }

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

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

 span { border-color: rgb(61,57,110); }

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