#3f3a6b

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

Shades of Corn Flower Blue #3F3A6B

Tints of Corn Flower Blue #3F3A6B

Color information

#3F3A6B (or 0x3F3A6B) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 3A and 6B. RGB value is (63,58,107). Sum of RGB (Red+Green+Blue) = 63+58+107=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F3A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A6B is #C0C594. Grayscale: #404040. Windows color (decimal): -12633493 or 7027263. OLE color: 7027263.

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

Color convert

RGB6358107-
CMYK0.410.4600.58
HSL246.12º29.7%32.35%-
HSV(B)246.12º45.79%41.96%-
XYZ6.225.1414.58-
YUV65.08151.66126.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=27.63%
G=25.44%
B=46.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63581070.410.4600.58246.1229.732.35
Hex3F3A6B292E03Af61e20
Octal777215351560723663640
Binary111111111010110101110100110111001110101111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f3a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,107); }

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

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

 a { background-color: rgb(63,58,107); }

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

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

 span { border-color: rgb(63,58,107); }

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