#3D386E

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

Shades of Corn Flower Blue #3D386E

Tints of Corn Flower Blue #3D386E

Color information

#3D386E (or 0x3D386E) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 38 and 6E. RGB value is (61,56,110). Sum of RGB (Red+Green+Blue) = 61+56+110=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D386E is #C2C791. Grayscale: #3F3F3F. Windows color (decimal): -12765074 or 7223357. OLE color: 7223357.

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

Color convert

RGB6156110-
CMYK0.450.4900.57
HSL245.56º32.53%32.55%-
HSV(B)245.56º49.09%43.14%-
XYZ6.154.9515.38-
YUV63.65154.16126.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=26.87%
G=24.67%
B=48.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61561100.450.4900.57245.5632.5332.55
Hex3D386E2D31039f62121
Octal757015655610713664141
Binary1111011110001101110101101110001011100111110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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