#3F4175

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

Shades of Corn Flower Blue #3F4175

Tints of Corn Flower Blue #3F4175

Color information

#3F4175 (or 0x3F4175) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 41 and 75. RGB value is (63,65,117). Sum of RGB (Red+Green+Blue) = 63+65+117=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4175 is #C0BE8A. Grayscale: #464646. Windows color (decimal): -12631691 or 7684415. OLE color: 7684415.

HSL color Cylindrical-coordinate representation of color #3F4175: hue angle of 237.78º 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 #3F4175 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6365117-
CMYK0.460.4400.54
HSL237.78º30%35.29%-
HSV(B)237.78º46.15%45.88%-
XYZ7.156.1217.63-
YUV70.33154.34122.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=25.71%
G=26.53%
B=47.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63651170.460.4400.54237.783035.29
Hex3F41752E2C036ee1e23
Octal7710116556540663563643
Binary1111111000001111010110111010110001101101110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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