#424363

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

Shades of Corn Flower Blue #424363

Tints of Corn Flower Blue #424363

Color information

#424363 (or 0x424363) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 43 and 63. RGB value is (66,67,99). Sum of RGB (Red+Green+Blue) = 66+67+99=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #424363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424363 is #BDBC9C. Grayscale: #464646. Windows color (decimal): -12434589 or 6505282. OLE color: 6505282.

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

Color convert

RGB666799-
CMYK0.330.3200.61
HSL238.18º20%32.35%-
HSV(B)238.18º33.33%38.82%-
XYZ6.516.0712.63-
YUV70.35144.17124.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=28.45%
G=28.88%
B=42.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6667990.330.3200.61238.182032.35
Hex424363212003Dee1420
Octal10210314341400753562440
Binary10000101000011110001110000110000001111011110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424363; }

 p { color: rgb(66,67,99); }

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

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

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

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

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

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

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