#434368

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

Shades of Corn Flower Blue #434368

Tints of Corn Flower Blue #434368

Color information

#434368 (or 0x434368) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 43 and 68. RGB value is (67,67,104). Sum of RGB (Red+Green+Blue) = 67+67+104=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #434368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434368 is #BCBC97. Grayscale: #474747. Windows color (decimal): -12369048 or 6832963. OLE color: 6832963.

HSL color Cylindrical-coordinate representation of color #434368: hue angle of 240º 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 #434368 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6767104-
CMYK0.360.3600.59
HSL240º21.64%33.53%-
HSV(B)240º35.58%40.78%-
XYZ6.826.2113.94-
YUV71.22146.5124.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=28.15%
G=28.15%
B=43.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67671040.360.3600.5924021.6433.53
Hex434368242403Bf01622
Octal10310315044440733602642
Binary10000111000011110100010010010010001110111111000010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434368; }

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

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

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

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

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

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

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

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