#424361

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

Shades of Corn Flower Blue #424361

Tints of Corn Flower Blue #424361

Color information

#424361 (or 0x424361) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 43 and 61. RGB value is (66,67,97). Sum of RGB (Red+Green+Blue) = 66+67+97=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #424361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424361 is #BDBC9E. Grayscale: #464646. Windows color (decimal): -12434591 or 6374210. OLE color: 6374210.

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

Color convert

RGB666797-
CMYK0.320.3100.62
HSL238.06º19.02%31.96%-
HSV(B)238.06º31.96%38.04%-
XYZ6.416.0412.14-
YUV70.12143.17125.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=28.70%
G=29.13%
B=42.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6667970.320.3100.62238.0619.0231.96
Hex424361201F03Eee1320
Octal10210314140370763562340
Binary1000010100001111000011000001111101111101110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424361; }

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

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

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

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

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

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

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

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