#434069

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

Shades of Corn Flower Blue #434069

Tints of Corn Flower Blue #434069

Color information

#434069 (or 0x434069) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 69. RGB value is (67,64,105). Sum of RGB (Red+Green+Blue) = 67+64+105=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #434069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434069 is #BCBF96. Grayscale: #454545. Windows color (decimal): -12369815 or 6897731. OLE color: 6897731.

HSL color Cylindrical-coordinate representation of color #434069: hue angle of 244.39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434069 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6764105-
CMYK0.360.3900.59
HSL244.39º24.26%33.14%-
HSV(B)244.39º39.05%41.18%-
XYZ6.75.8814.15-
YUV69.57147.99126.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=28.39%
G=27.12%
B=44.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67641050.360.3900.59244.3924.2633.14
Hex434069242703Bf41821
Octal10310015144470733643041
Binary10000111000000110100110010010011101110111111010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434069; }

 p { color: rgb(67,64,105); }

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

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

 a { background-color: rgb(67,64,105); }

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

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

 span { border-color: rgb(67,64,105); }

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