#434572

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

Shades of Corn Flower Blue #434572

Tints of Corn Flower Blue #434572

Color information

#434572 (or 0x434572) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 45 and 72. RGB value is (67,69,114). Sum of RGB (Red+Green+Blue) = 67+69+114=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #434572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434572 is #BCBA8D. Grayscale: #494949. Windows color (decimal): -12368526 or 7488835. OLE color: 7488835.

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

Color convert

RGB6769114-
CMYK0.410.3900.55
HSL237.45º25.97%35.49%-
HSV(B)237.45º41.23%44.71%-
XYZ7.486.6616.81-
YUV73.53150.84123.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=26.8%
G=27.6%
B=45.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67691140.410.3900.55237.4525.9735.49
Hex4345722927037ed1a23
Octal10310516251470673553243
Binary10000111000101111001010100110011101101111110110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434572; }

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

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

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

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

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

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

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

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