#3D3C6D

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

Shades of Corn Flower Blue #3D3C6D

Tints of Corn Flower Blue #3D3C6D

Color information

#3D3C6D (or 0x3D3C6D) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 3C and 6D. RGB value is (61,60,109). Sum of RGB (Red+Green+Blue) = 61+60+109=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D3C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C6D is #C2C392. Grayscale: #414141. Windows color (decimal): -12764051 or 7158845. OLE color: 7158845.

HSL color Cylindrical-coordinate representation of color #3D3C6D: hue angle of 241.22º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3C6D is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6160109-
CMYK0.440.4500.57
HSL241.22º28.99%33.14%-
HSV(B)241.22º44.95%42.75%-
XYZ6.35.3315.16-
YUV65.89152.33124.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=26.52%
G=26.09%
B=47.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61601090.440.4500.57241.2228.9933.14
Hex3D3C6D2C2D039f11d21
Octal757415554550713613541
Binary111101111100110110110110010110101110011111000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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