#3D4170

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

Shades of Corn Flower Blue #3D4170

Tints of Corn Flower Blue #3D4170

Color information

#3D4170 (or 0x3D4170) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 41 and 70. RGB value is (61,65,112). Sum of RGB (Red+Green+Blue) = 61+65+112=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4170 is #C2BE8F. Grayscale: #444444. Windows color (decimal): -12762768 or 7356733. OLE color: 7356733.

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

Color convert

RGB6165112-
CMYK0.460.4200.56
HSL235.29º29.48%33.92%-
HSV(B)235.29º45.54%43.92%-
XYZ6.745.9416.12-
YUV69.16152.17122.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=25.63%
G=27.31%
B=47.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61651120.460.4200.56235.2929.4833.92
Hex3D41702E2A038eb1d22
Octal7510116056520703533542
Binary1111011000001111000010111010101001110001110101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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