#403C65

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

Shades of Corn Flower Blue #403C65

Tints of Corn Flower Blue #403C65

Color information

#403C65 (or 0x403C65) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 65. RGB value is (64,60,101). Sum of RGB (Red+Green+Blue) = 64+60+101=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #403C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C65 is #BFC39A. Grayscale: #414141. Windows color (decimal): -12567451 or 6634560. OLE color: 6634560.

HSL color Cylindrical-coordinate representation of color #403C65: hue angle of 245.85º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403C65 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6460101-
CMYK0.370.4100.60
HSL245.85º25.47%31.57%-
HSV(B)245.85º40.59%39.61%-
XYZ6.085.2613.01-
YUV65.87147.83126.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=28.44%
G=26.67%
B=44.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64601010.370.4100.60245.8525.4731.57
Hex403C65252903Cf61920
Octal1007414545510743663140
Binary1000000111100110010110010110100101111001111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C65; }

 p { color: rgb(64,60,101); }

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

<style>
 a { background-color: #403C65; }

 a { background-color: rgb(64,60,101); }

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

<style>
 span { border-color: #403C65; }

 span { border-color: rgb(64,60,101); }

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