#3F3D65

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

Shades of Corn Flower Blue #3F3D65

Tints of Corn Flower Blue #3F3D65

Color information

#3F3D65 (or 0x3F3D65) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 3D and 65. RGB value is (63,61,101). Sum of RGB (Red+Green+Blue) = 63+61+101=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F3D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D65 is #C0C29A. Grayscale: #424242. Windows color (decimal): -12632731 or 6634815. OLE color: 6634815.

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

Color convert

RGB6361101-
CMYK0.380.4000.60
HSL243º24.69%31.76%-
HSV(B)243º39.6%39.61%-
XYZ6.075.3313.02-
YUV66.16147.66125.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=28%
G=27.11%
B=44.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63611010.380.4000.6024324.6931.76
Hex3F3D65262803Cf31920
Octal777514546500743633140
Binary111111111101110010110011010100001111001111001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,61,101); }

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

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

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

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

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

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

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