#434068

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

Shades of Corn Flower Blue #434068

Tints of Corn Flower Blue #434068

Color information

#434068 (or 0x434068) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 68. RGB value is (67,64,104). Sum of RGB (Red+Green+Blue) = 67+64+104=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #434068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434068 is #BCBF97. Grayscale: #454545. Windows color (decimal): -12369816 or 6832195. OLE color: 6832195.

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

Color convert

RGB6764104-
CMYK0.360.3800.59
HSL244.5º23.81%32.94%-
HSV(B)244.5º38.46%40.78%-
XYZ6.655.8613.88-
YUV69.46147.49126.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=28.51%
G=27.23%
B=44.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67641040.360.3800.59244.523.8132.94
Hex434068242603Bf41821
Octal10310015044460733643041
Binary10000111000000110100010010010011001110111111010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434068; }

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

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

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

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

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

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

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

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