#3F4075

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

Shades of Corn Flower Blue #3F4075

Tints of Corn Flower Blue #3F4075

Color information

#3F4075 (or 0x3F4075) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 40 and 75. RGB value is (63,64,117). Sum of RGB (Red+Green+Blue) = 63+64+117=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4075 is #C0BF8A. Grayscale: #454545. Windows color (decimal): -12631947 or 7684159. OLE color: 7684159.

HSL color Cylindrical-coordinate representation of color #3F4075: hue angle of 238.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4075 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6364117-
CMYK0.460.4500.54
HSL238.89º30%35.29%-
HSV(B)238.89º46.15%45.88%-
XYZ7.096.0117.62-
YUV69.74154.67123.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=25.82%
G=26.23%
B=47.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63641170.460.4500.54238.893035.29
Hex3F40752E2D036ef1e23
Octal7710016556550663573643
Binary1111111000000111010110111010110101101101110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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