#434560

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

Shades of Corn Flower Blue #434560

Tints of Corn Flower Blue #434560

Color information

#434560 (or 0x434560) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 45 and 60. RGB value is (67,69,96). Sum of RGB (Red+Green+Blue) = 67+69+96=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #434560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434560 is #BCBA9F. Grayscale: #474747. Windows color (decimal): -12368544 or 6309187. OLE color: 6309187.

HSL color Cylindrical-coordinate representation of color #434560: hue angle of 235.86º 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 #434560 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676996-
CMYK0.300.2800.62
HSL235.86º17.79%31.96%-
HSV(B)235.86º30.21%37.65%-
XYZ6.556.2911.94-
YUV71.48141.84124.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=28.88%
G=29.74%
B=41.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6769960.300.2800.62235.8617.7931.96
Hex4345601E1C03Eec1220
Octal10310514036340763542240
Binary100001110001011100000111101110001111101110110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434560; }

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

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

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

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

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

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

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

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