#3F4475

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

Shades of Corn Flower Blue #3F4475

Tints of Corn Flower Blue #3F4475

Color information

#3F4475 (or 0x3F4475) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 44 and 75. RGB value is (63,68,117). Sum of RGB (Red+Green+Blue) = 63+68+117=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4475 is #C0BB8A. Grayscale: #474747. Windows color (decimal): -12630923 or 7685183. OLE color: 7685183.

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

Color convert

RGB6368117-
CMYK0.460.4200.54
HSL234.44º30%35.29%-
HSV(B)234.44º46.15%45.88%-
XYZ7.336.4817.69-
YUV72.09153.34121.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=25.40%
G=27.42%
B=47.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63681170.460.4200.54234.443035.29
Hex3F44752E2A036ea1e23
Octal7710416556520663523643
Binary1111111000100111010110111010101001101101110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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