#434162

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

Shades of Corn Flower Blue #434162

Tints of Corn Flower Blue #434162

Color information

#434162 (or 0x434162) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 41 and 62. RGB value is (67,65,98). Sum of RGB (Red+Green+Blue) = 67+65+98=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #434162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434162 is #BCBE9D. Grayscale: #454545. Windows color (decimal): -12369566 or 6439235. OLE color: 6439235.

HSL color Cylindrical-coordinate representation of color #434162: hue angle of 243.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434162 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676598-
CMYK0.320.3400.62
HSL243.64º20.25%31.96%-
HSV(B)243.64º33.67%38.43%-
XYZ6.415.8612.35-
YUV69.36144.16126.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=29.13%
G=28.26%
B=42.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6765980.320.3400.62243.6420.2531.96
Hex434162202203Ef41420
Octal10310114240420763642440
Binary10000111000001110001010000010001001111101111010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434162; }

 p { color: rgb(67,65,98); }

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

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

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

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

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

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

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