#424265

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

Shades of Corn Flower Blue #424265

Tints of Corn Flower Blue #424265

Color information

#424265 (or 0x424265) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 42 and 65. RGB value is (66,66,101). Sum of RGB (Red+Green+Blue) = 66+66+101=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #424265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424265 is #BDBD9A. Grayscale: #454545. Windows color (decimal): -12434843 or 6636098. OLE color: 6636098.

HSL color Cylindrical-coordinate representation of color #424265: hue angle of 240º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424265 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6666101-
CMYK0.350.3500.60
HSL240º20.96%32.75%-
HSV(B)240º34.65%39.61%-
XYZ6.545.9913.12-
YUV69.99145.5125.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=28.33%
G=28.33%
B=43.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66661010.350.3500.6024020.9632.75
Hex424265232303Cf01521
Octal10210214543430743602541
Binary10000101000010110010110001110001101111001111000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424265; }

 p { color: rgb(66,66,101); }

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

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

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

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

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

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

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