#434468

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

Shades of Corn Flower Blue #434468

Tints of Corn Flower Blue #434468

Color information

#434468 (or 0x434468) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 44 and 68. RGB value is (67,68,104). Sum of RGB (Red+Green+Blue) = 67+68+104=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #434468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434468 is #BCBB97. Grayscale: #474747. Windows color (decimal): -12368792 or 6833219. OLE color: 6833219.

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

Color convert

RGB6768104-
CMYK0.360.3500.59
HSL238.38º21.64%33.53%-
HSV(B)238.38º35.58%40.78%-
XYZ6.886.3313.96-
YUV71.8146.17124.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=28.03%
G=28.45%
B=43.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67681040.360.3500.59238.3821.6433.53
Hex434468242303Bee1622
Octal10310415044430733562642
Binary10000111000100110100010010010001101110111110111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434468; }

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

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

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

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

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

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

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

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