#3D3C69

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

Shades of Corn Flower Blue #3D3C69

Tints of Corn Flower Blue #3D3C69

Color information

#3D3C69 (or 0x3D3C69) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 3C and 69. RGB value is (61,60,105). Sum of RGB (Red+Green+Blue) = 61+60+105=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D3C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C69 is #C2C396. Grayscale: #414141. Windows color (decimal): -12764055 or 6896701. OLE color: 6896701.

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

Color convert

RGB6160105-
CMYK0.420.4300.59
HSL241.33º27.27%32.35%-
HSV(B)241.33º42.86%41.18%-
XYZ6.095.2414.06-
YUV65.43150.33124.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=26.99%
G=26.55%
B=46.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61601050.420.4300.59241.3327.2732.35
Hex3D3C692A2B03Bf11b20
Octal757415152530733613340
Binary111101111100110100110101010101101110111111000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,105); }

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

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

 a { background-color: rgb(61,60,105); }

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

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

 span { border-color: rgb(61,60,105); }

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