#434072

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

Shades of Corn Flower Blue #434072

Tints of Corn Flower Blue #434072

Color information

#434072 (or 0x434072) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 72. RGB value is (67,64,114). Sum of RGB (Red+Green+Blue) = 67+64+114=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #434072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434072 is #BCBF8D. Grayscale: #464646. Windows color (decimal): -12369806 or 7487555. OLE color: 7487555.

HSL color Cylindrical-coordinate representation of color #434072: hue angle of 243.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434072 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6764114-
CMYK0.410.4400.55
HSL243.6º28.09%34.9%-
HSV(B)243.6º43.86%44.71%-
XYZ7.196.0716.71-
YUV70.6152.49125.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=27.35%
G=26.12%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67641140.410.4400.55243.628.0934.9
Hex434072292C037f41c23
Octal10310016251540673643443
Binary10000111000000111001010100110110001101111111010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434072; }

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

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

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

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

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

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

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

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