#3D3970

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

Shades of Corn Flower Blue #3D3970

Tints of Corn Flower Blue #3D3970

Color information

#3D3970 (or 0x3D3970) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 39 and 70. RGB value is (61,57,112). Sum of RGB (Red+Green+Blue) = 61+57+112=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3970 is #C2C68F. Grayscale: #404040. Windows color (decimal): -12764816 or 7354685. OLE color: 7354685.

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

Color convert

RGB6157112-
CMYK0.460.4900.56
HSL244.36º32.54%33.14%-
HSV(B)244.36º49.11%43.92%-
XYZ6.315.0915.98-
YUV64.47154.83125.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=26.52%
G=24.78%
B=48.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61571120.460.4900.56244.3632.5433.14
Hex3D39702E31038f42121
Octal757116056610703644141
Binary1111011110011110000101110110001011100011110100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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