#3F4074

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

Shades of Corn Flower Blue #3F4074

Tints of Corn Flower Blue #3F4074

Color information

#3F4074 (or 0x3F4074) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 40 and 74. RGB value is (63,64,116). Sum of RGB (Red+Green+Blue) = 63+64+116=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4074 is #C0BF8B. Grayscale: #454545. Windows color (decimal): -12631948 or 7618623. OLE color: 7618623.

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

Color convert

RGB6364116-
CMYK0.460.4500.55
HSL238.87º29.61%35.1%-
HSV(B)238.87º45.69%45.49%-
XYZ7.045.9817.31-
YUV69.63154.17123.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=25.93%
G=26.34%
B=47.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63641160.460.4500.55238.8729.6135.1
Hex3F40742E2D037ef1e23
Octal7710016456550673573643
Binary1111111000000111010010111010110101101111110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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