#424373

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

Shades of Corn Flower Blue #424373

Tints of Corn Flower Blue #424373

Color information

#424373 (or 0x424373) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 43 and 73. RGB value is (66,67,115). Sum of RGB (Red+Green+Blue) = 66+67+115=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #424373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424373 is #BDBC8C. Grayscale: #474747. Windows color (decimal): -12434573 or 7553858. OLE color: 7553858.

HSL color Cylindrical-coordinate representation of color #424373: hue angle of 238.78º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424373 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6667115-
CMYK0.430.4200.55
HSL238.78º27.07%35.49%-
HSV(B)238.78º42.61%45.1%-
XYZ7.356.4117.07-
YUV72.17152.17123.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=26.61%
G=27.02%
B=46.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66671150.430.4200.55238.7827.0735.49
Hex4243732B2A037ef1b23
Octal10210316353520673573343
Binary10000101000011111001110101110101001101111110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424373; }

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

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

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

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

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

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

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

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