#3F4370

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

Shades of Corn Flower Blue #3F4370

Tints of Corn Flower Blue #3F4370

Color information

#3F4370 (or 0x3F4370) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 43 and 70. RGB value is (63,67,112). Sum of RGB (Red+Green+Blue) = 63+67+112=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4370 is #C0BC8F. Grayscale: #464646. Windows color (decimal): -12631184 or 7357247. OLE color: 7357247.

HSL color Cylindrical-coordinate representation of color #3F4370: hue angle of 235.1º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4370 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6367112-
CMYK0.440.4000.56
HSL235.1º28%34.31%-
HSV(B)235.1º43.75%43.92%-
XYZ6.986.2416.17-
YUV70.93151.17122.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=26.03%
G=27.69%
B=46.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63671120.440.4000.56235.12834.31
Hex3F43702C28038eb1c22
Octal7710316054500703533442
Binary1111111000011111000010110010100001110001110101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,112); }

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

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

 a { background-color: rgb(63,67,112); }

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

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

 span { border-color: rgb(63,67,112); }

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