#3F3F61

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

Shades of Corn Flower Blue #3F3F61

Tints of Corn Flower Blue #3F3F61

Color information

#3F3F61 (or 0x3F3F61) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 3F and 61. RGB value is (63,63,97). Sum of RGB (Red+Green+Blue) = 63+63+97=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F61 is #C0C09E. Grayscale: #424242. Windows color (decimal): -12632223 or 6373183. OLE color: 6373183.

HSL color Cylindrical-coordinate representation of color #3F3F61: hue angle of 240º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3F61 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB636397-
CMYK0.350.3500.62
HSL240º21.25%31.37%-
HSV(B)240º35.05%38.04%-
XYZ5.995.4712.05-
YUV66.88145125.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=28.25%
G=28.25%
B=43.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6363970.350.3500.6224021.2531.37
Hex3F3F61232303Ef0151f
Octal777714143430763602537
Binary11111111111111000011000111000110111110111100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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