#3F426C

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

Shades of Corn Flower Blue #3F426C

Tints of Corn Flower Blue #3F426C

Color information

#3F426C (or 0x3F426C) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 42 and 6C. RGB value is (63,66,108). Sum of RGB (Red+Green+Blue) = 63+66+108=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F426C is #C0BD93. Grayscale: #454545. Windows color (decimal): -12631444 or 7094847. OLE color: 7094847.

HSL color Cylindrical-coordinate representation of color #3F426C: hue angle of 236º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F426C is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6366108-
CMYK0.420.3900.58
HSL236º26.32%33.53%-
HSV(B)236º41.67%42.35%-
XYZ6.76.0415-
YUV69.89149.51123.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=26.58%
G=27.85%
B=45.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63661080.420.3900.5823626.3233.53
Hex3F426C2A2703Aec1a22
Octal7710215452470723543242
Binary1111111000010110110010101010011101110101110110011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,108); }

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

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

 a { background-color: rgb(63,66,108); }

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

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

 span { border-color: rgb(63,66,108); }

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