#3D4172

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

Shades of Corn Flower Blue #3D4172

Tints of Corn Flower Blue #3D4172

Color information

#3D4172 (or 0x3D4172) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 41 and 72. RGB value is (61,65,114). Sum of RGB (Red+Green+Blue) = 61+65+114=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4172 is #C2BE8D. Grayscale: #454545. Windows color (decimal): -12762766 or 7487805. OLE color: 7487805.

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

Color convert

RGB6165114-
CMYK0.460.4300.55
HSL235.47º30.29%34.31%-
HSV(B)235.47º46.49%44.71%-
XYZ6.855.9916.71-
YUV69.39153.17122.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=25.42%
G=27.08%
B=47.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61651140.460.4300.55235.4730.2934.31
Hex3D41722E2B037eb1e22
Octal7510116256530673533642
Binary1111011000001111001010111010101101101111110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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