#2D4375

Color #2D4375 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #2D4375

Tints of Resolution Blue #2D4375

Color information

#2D4375 (or 0x2D4375) is unknown color: approx Resolution Blue. HEX triplet: 2D, 43 and 75. RGB value is (45,67,117). Sum of RGB (Red+Green+Blue) = 45+67+117=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4375 is #D2BC8A. Grayscale: #414141. Windows color (decimal): -13810827 or 7684909. OLE color: 7684909.

HSL color Cylindrical-coordinate representation of color #2D4375: hue angle of 221.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4375 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4567117-
CMYK0.620.4300.54
HSL221.67º44.44%31.76%-
HSV(B)221.67º61.54%45.88%-
XYZ6.35.8617.63-
YUV66.12156.71112.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.65%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=19.65%
G=29.26%
B=51.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45671170.620.4300.54221.6744.4431.76
Hex2D43753E2B036de2c20
Octal5510316576530663365440
Binary10110110000111110101111110101011011011011011110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D4375; }

 p { color: rgb(45,67,117); }

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

<style>
 a { background-color: #2D4375; }

 a { background-color: rgb(45,67,117); }

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

<style>
 span { border-color: #2D4375; }

 span { border-color: rgb(45,67,117); }

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