#3F4066

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

Shades of Corn Flower Blue #3F4066

Tints of Corn Flower Blue #3F4066

Color information

#3F4066 (or 0x3F4066) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 40 and 66. RGB value is (63,64,102). Sum of RGB (Red+Green+Blue) = 63+64+102=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4066 is #C0BF99. Grayscale: #434343. Windows color (decimal): -12631962 or 6701119. OLE color: 6701119.

HSL color Cylindrical-coordinate representation of color #3F4066: hue angle of 238.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4066 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6364102-
CMYK0.380.3700.6
HSL238.46º23.64%32.35%-
HSV(B)238.46º38.24%40%-
XYZ6.285.6813.34-
YUV68.03147.17124.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=27.51%
G=27.95%
B=44.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63641020.380.3700.6238.4623.6432.35
Hex3F4066262503Cee1820
Octal7710014646450743563040
Binary1111111000000110011010011010010101111001110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4066; }

 p { color: rgb(63,64,102); }

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

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

 a { background-color: rgb(63,64,102); }

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

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

 span { border-color: rgb(63,64,102); }

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