#3D396F

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

Shades of Corn Flower Blue #3D396F

Tints of Corn Flower Blue #3D396F

Color information

#3D396F (or 0x3D396F) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 39 and 6F. RGB value is (61,57,111). Sum of RGB (Red+Green+Blue) = 61+57+111=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D396F is #C2C690. Grayscale: #404040. Windows color (decimal): -12764817 or 7289149. OLE color: 7289149.

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

Color convert

RGB6157111-
CMYK0.450.4900.56
HSL244.44º32.14%32.94%-
HSV(B)244.44º48.65%43.53%-
XYZ6.265.0715.69-
YUV64.35154.33125.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=26.64%
G=24.89%
B=48.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61571110.450.4900.56244.4432.1432.94
Hex3D396F2D31038f42021
Octal757115755610703644041
Binary1111011110011101111101101110001011100011110100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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