#3F4272

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

Shades of Corn Flower Blue #3F4272

Tints of Corn Flower Blue #3F4272

Color information

#3F4272 (or 0x3F4272) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 42 and 72. RGB value is (63,66,114). Sum of RGB (Red+Green+Blue) = 63+66+114=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4272 is #C0BD8D. Grayscale: #464646. Windows color (decimal): -12631438 or 7488063. OLE color: 7488063.

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

Color convert

RGB6366114-
CMYK0.450.4200.55
HSL236.47º28.81%34.71%-
HSV(B)236.47º44.74%44.71%-
XYZ7.046.1716.74-
YUV70.57152.51122.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=25.93%
G=27.16%
B=46.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63661140.450.4200.55236.4728.8134.71
Hex3F42722D2A037ec1d23
Octal7710216255520673543543
Binary1111111000010111001010110110101001101111110110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,114); }

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

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

 a { background-color: rgb(63,66,114); }

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

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

 span { border-color: rgb(63,66,114); }

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