#3F4168

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

Shades of Corn Flower Blue #3F4168

Tints of Corn Flower Blue #3F4168

Color information

#3F4168 (or 0x3F4168) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 41 and 68. RGB value is (63,65,104). Sum of RGB (Red+Green+Blue) = 63+65+104=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4168 is #C0BE97. Grayscale: #444444. Windows color (decimal): -12631704 or 6832447. OLE color: 6832447.

HSL color Cylindrical-coordinate representation of color #3F4168: hue angle of 237.07º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4168 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6365104-
CMYK0.390.3800.59
HSL237.07º24.55%32.75%-
HSV(B)237.07º39.42%40.78%-
XYZ6.445.8413.88-
YUV68.85147.84123.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=27.16%
G=28.02%
B=44.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63651040.390.3800.59237.0724.5532.75
Hex3F4168272603Bed1921
Octal7710115047460733553141
Binary1111111000001110100010011110011001110111110110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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