#3F3D75

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

Shades of Corn Flower Blue #3F3D75

Tints of Corn Flower Blue #3F3D75

Color information

#3F3D75 (or 0x3F3D75) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 3D and 75. RGB value is (63,61,117). Sum of RGB (Red+Green+Blue) = 63+61+117=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D75 is #C0C28A. Grayscale: #434343. Windows color (decimal): -12632715 or 7683391. OLE color: 7683391.

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

Color convert

RGB6361117-
CMYK0.460.4800.54
HSL242.14º31.46%34.9%-
HSV(B)242.14º47.86%45.88%-
XYZ6.935.6817.56-
YUV67.98155.66124.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=26.14%
G=25.31%
B=48.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63611170.460.4800.54242.1431.4634.9
Hex3F3D752E30036f21f23
Octal777516556600663623743
Binary111111111101111010110111011000001101101111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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