#3F3F63

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

Shades of Corn Flower Blue #3F3F63

Tints of Corn Flower Blue #3F3F63

Color information

#3F3F63 (or 0x3F3F63) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 3F and 63. RGB value is (63,63,99). Sum of RGB (Red+Green+Blue) = 63+63+99=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F3F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F63 is #C0C09C. Grayscale: #424242. Windows color (decimal): -12632221 or 6504255. OLE color: 6504255.

HSL color Cylindrical-coordinate representation of color #3F3F63: hue angle of 240º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F3F63 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB636399-
CMYK0.360.3600.61
HSL240º22.22%31.76%-
HSV(B)240º36.36%38.82%-
XYZ6.085.5112.55-
YUV67.1146125.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 99 (39.06% from 255) = 44%
R=28%
G=28%
B=44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6363990.360.3600.6124022.2231.76
Hex3F3F63242403Df01620
Octal777714344440753602640
Binary111111111111110001110010010010001111011111000010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,63,99); }

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

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

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

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

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

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

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