#403A70

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

Shades of Corn Flower Blue #403A70

Tints of Corn Flower Blue #403A70

Color information

#403A70 (or 0x403A70) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3A and 70. RGB value is (64,58,112). Sum of RGB (Red+Green+Blue) = 64+58+112=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #403A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A70 is #BFC58F. Grayscale: #414141. Windows color (decimal): -12567952 or 7354944. OLE color: 7354944.

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

Color convert

RGB6458112-
CMYK0.430.4800.56
HSL246.67º31.76%33.33%-
HSV(B)246.67º48.21%43.92%-
XYZ6.555.2916-
YUV65.95153.99126.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=27.35%
G=24.79%
B=47.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64581120.430.4800.56246.6731.7633.33
Hex403A702B30038f72021
Octal1007216053600703674041
Binary10000001110101110000101011110000011100011110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,112); }

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

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

 a { background-color: rgb(64,58,112); }

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

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

 span { border-color: rgb(64,58,112); }

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