#3D4070

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

Shades of Corn Flower Blue #3D4070

Tints of Corn Flower Blue #3D4070

Color information

#3D4070 (or 0x3D4070) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 40 and 70. RGB value is (61,64,112). Sum of RGB (Red+Green+Blue) = 61+64+112=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D4070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4070 is #C2BF8F. Grayscale: #444444. Windows color (decimal): -12763024 or 7356477. OLE color: 7356477.

HSL color Cylindrical-coordinate representation of color #3D4070: hue angle of 236.47º degrees, saturation: 0.29, 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 #3D4070 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6164112-
CMYK0.460.4300.56
HSL236.47º29.48%33.92%-
HSV(B)236.47º45.54%43.92%-
XYZ6.685.8316.1-
YUV68.58152.51122.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.74%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=25.74%
G=27.00%
B=47.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61641120.460.4300.56236.4729.4833.92
Hex3D40702E2B038ec1d22
Octal7510016056530703543542
Binary1111011000000111000010111010101101110001110110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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