#414261

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

Shades of Corn Flower Blue #414261

Tints of Corn Flower Blue #414261

Color information

#414261 (or 0x414261) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 42 and 61. RGB value is (65,66,97). Sum of RGB (Red+Green+Blue) = 65+66+97=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #414261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414261 is #BEBD9E. Grayscale: #454545. Windows color (decimal): -12500383 or 6373953. OLE color: 6373953.

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

Color convert

RGB656697-
CMYK0.330.3200.62
HSL238.12º19.75%31.76%-
HSV(B)238.12º32.99%38.04%-
XYZ6.295.8812.11-
YUV69.23143.67124.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=28.51%
G=28.95%
B=42.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6566970.330.3200.62238.1219.7531.76
Hex414261212003Eee1420
Octal10110214141400763562440
Binary10000011000010110000110000110000001111101110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414261; }

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

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

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

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

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

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

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

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