#3D3C70

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

Shades of Corn Flower Blue #3D3C70

Tints of Corn Flower Blue #3D3C70

Color information

#3D3C70 (or 0x3D3C70) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 3C and 70. RGB value is (61,60,112). Sum of RGB (Red+Green+Blue) = 61+60+112=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D3C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C70 is #C2C38F. Grayscale: #424242. Windows color (decimal): -12764048 or 7355453. OLE color: 7355453.

HSL color Cylindrical-coordinate representation of color #3D3C70: hue angle of 241.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3C70 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6160112-
CMYK0.460.4600.56
HSL241.15º30.23%33.73%-
HSV(B)241.15º46.43%43.92%-
XYZ6.465.3916.03-
YUV66.23153.83124.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=26.18%
G=25.75%
B=48.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61601120.460.4600.56241.1530.2333.73
Hex3D3C702E2E038f11e22
Octal757416056560703613642
Binary111101111100111000010111010111001110001111000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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