#434460

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

Shades of Corn Flower Blue #434460

Tints of Corn Flower Blue #434460

Color information

#434460 (or 0x434460) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 44 and 60. RGB value is (67,68,96). Sum of RGB (Red+Green+Blue) = 67+68+96=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #434460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434460 is #BCBB9F. Grayscale: #464646. Windows color (decimal): -12368800 or 6308931. OLE color: 6308931.

HSL color Cylindrical-coordinate representation of color #434460: hue angle of 237.93º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434460 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676896-
CMYK0.300.2900.62
HSL237.93º17.79%31.96%-
HSV(B)237.93º30.21%37.65%-
XYZ6.496.1711.92-
YUV70.89142.17125.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=29.00%
G=29.44%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6768960.300.2900.62237.9317.7931.96
Hex4344601E1D03Eee1220
Octal10310414036350763562240
Binary100001110001001100000111101110101111101110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434460; }

 p { color: rgb(67,68,96); }

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

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

 a { background-color: rgb(67,68,96); }

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

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

 span { border-color: rgb(67,68,96); }

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