#1D3288

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

Shades of Resolution Blue #1D3288

Tints of Resolution Blue #1D3288

Color information

#1D3288 (or 0x1D3288) is unknown color: approx Resolution Blue. HEX triplet: 1D, 32 and 88. RGB value is (29,50,136). Sum of RGB (Red+Green+Blue) = 29+50+136=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D3288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3288 is #E2CD77. Grayscale: #353535. Windows color (decimal): -14863736 or 8925725. OLE color: 8925725.

HSL color Cylindrical-coordinate representation of color #1D3288: hue angle of 228.22º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3288 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2950136-
CMYK0.790.6300.47
HSL228.22º64.85%32.35%-
HSV(B)228.22º78.68%53.33%-
XYZ6.094.3223.81-
YUV53.53174.54110.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 136 (53.52% from 255) = 63.26%
R=13.49%
G=23.26%
B=63.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29501360.790.6300.47228.2264.8532.35
Hex1D32884F3F02Fe44120
Octal35622101177705734410140
Binary111011100101000100010011111111110101111111001001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3288; }

 p { color: rgb(29,50,136); }

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

<style>
 a { background-color: #1D3288; }

 a { background-color: rgb(29,50,136); }

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

<style>
 span { border-color: #1D3288; }

 span { border-color: rgb(29,50,136); }

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