#3F3975

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

Shades of Corn Flower Blue #3F3975

Tints of Corn Flower Blue #3F3975

Color information

#3F3975 (or 0x3F3975) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 39 and 75. RGB value is (63,57,117). Sum of RGB (Red+Green+Blue) = 63+57+117=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3975 is #C0C68A. Grayscale: #414141. Windows color (decimal): -12633739 or 7682367. OLE color: 7682367.

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

Color convert

RGB6357117-
CMYK0.460.5100.54
HSL246º34.48%34.12%-
HSV(B)246º51.28%45.88%-
XYZ6.725.2717.49-
YUV65.63156.99126.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=26.58%
G=24.05%
B=49.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63571170.460.5100.5424634.4834.12
Hex3F39752E33036f62222
Octal777116556630663664242
Binary1111111110011110101101110110011011011011110110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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