#3F4067

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

Shades of Corn Flower Blue #3F4067

Tints of Corn Flower Blue #3F4067

Color information

#3F4067 (or 0x3F4067) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 40 and 67. RGB value is (63,64,103). Sum of RGB (Red+Green+Blue) = 63+64+103=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4067 is #C0BF98. Grayscale: #434343. Windows color (decimal): -12631961 or 6766655. OLE color: 6766655.

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

Color convert

RGB6364103-
CMYK0.390.3800.60
HSL238.5º24.1%32.55%-
HSV(B)238.5º38.83%40.39%-
XYZ6.335.713.6-
YUV68.15147.67124.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=27.39%
G=27.83%
B=44.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63641030.390.3800.60238.524.132.55
Hex3F4067272603Cee1821
Octal7710014747460743563041
Binary1111111000000110011110011110011001111001110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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