#403D67

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

Shades of Corn Flower Blue #403D67

Tints of Corn Flower Blue #403D67

Color information

#403D67 (or 0x403D67) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3D and 67. RGB value is (64,61,103). Sum of RGB (Red+Green+Blue) = 64+61+103=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #403D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D67 is #BFC298. Grayscale: #424242. Windows color (decimal): -12567193 or 6765888. OLE color: 6765888.

HSL color Cylindrical-coordinate representation of color #403D67: hue angle of 244.29º degrees, saturation: 0.26, 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 #403D67 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6461103-
CMYK0.380.4100.60
HSL244.29º25.61%32.16%-
HSV(B)244.29º40.78%40.39%-
XYZ6.235.4113.55-
YUV66.68148.49126.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=28.07%
G=26.75%
B=45.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64611030.380.4100.60244.2925.6132.16
Hex403D67262903Cf41a20
Octal1007514746510743643240
Binary1000000111101110011110011010100101111001111010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,103); }

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

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

 a { background-color: rgb(64,61,103); }

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

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

 span { border-color: rgb(64,61,103); }

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