#414065

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

Shades of Corn Flower Blue #414065

Tints of Corn Flower Blue #414065

Color information

#414065 (or 0x414065) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 65. RGB value is (65,64,101). Sum of RGB (Red+Green+Blue) = 65+64+101=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #414065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414065 is #BEBF9A. Grayscale: #444444. Windows color (decimal): -12500891 or 6635585. OLE color: 6635585.

HSL color Cylindrical-coordinate representation of color #414065: hue angle of 241.62º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #414065 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6564101-
CMYK0.360.3700.60
HSL241.62º22.42%32.35%-
HSV(B)241.62º36.63%39.61%-
XYZ6.365.7313.08-
YUV68.52146.33125.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=28.26%
G=27.83%
B=43.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65641010.360.3700.60241.6222.4232.35
Hex414065242503Cf21620
Octal10110014544450743622640
Binary10000011000000110010110010010010101111001111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414065; }

 p { color: rgb(65,64,101); }

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

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

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

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

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

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

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