#3F4374

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

Shades of Corn Flower Blue #3F4374

Tints of Corn Flower Blue #3F4374

Color information

#3F4374 (or 0x3F4374) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 43 and 74. RGB value is (63,67,116). Sum of RGB (Red+Green+Blue) = 63+67+116=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4374 is #C0BC8B. Grayscale: #474747. Windows color (decimal): -12631180 or 7619391. OLE color: 7619391.

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

Color convert

RGB6367116-
CMYK0.460.4200.55
HSL235.47º29.61%35.1%-
HSV(B)235.47º45.69%45.49%-
XYZ7.216.3317.37-
YUV71.39153.17122.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=25.61%
G=27.24%
B=47.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63671160.460.4200.55235.4729.6135.1
Hex3F43742E2A037eb1e23
Octal7710316456520673533643
Binary1111111000011111010010111010101001101111110101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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