#434070

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

Shades of Corn Flower Blue #434070

Tints of Corn Flower Blue #434070

Color information

#434070 (or 0x434070) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 70. RGB value is (67,64,112). Sum of RGB (Red+Green+Blue) = 67+64+112=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #434070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434070 is #BCBF8F. Grayscale: #464646. Windows color (decimal): -12369808 or 7356483. OLE color: 7356483.

HSL color Cylindrical-coordinate representation of color #434070: hue angle of 243.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434070 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6764112-
CMYK0.400.4300.56
HSL243.75º27.27%34.51%-
HSV(B)243.75º42.86%43.92%-
XYZ7.076.0316.12-
YUV70.37151.49125.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=27.57%
G=26.34%
B=46.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67641120.400.4300.56243.7527.2734.51
Hex434070282B038f41b23
Octal10310016050530703643343
Binary10000111000000111000010100010101101110001111010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434070; }

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

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

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

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

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

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

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

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