#1D3275

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

Shades of Resolution Blue #1D3275

Tints of Resolution Blue #1D3275

Color information

#1D3275 (or 0x1D3275) is unknown color: approx Resolution Blue. HEX triplet: 1D, 32 and 75. RGB value is (29,50,117). Sum of RGB (Red+Green+Blue) = 29+50+117=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D3275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3275 is #E2CD8A. Grayscale: #333333. Windows color (decimal): -14863755 or 7680541. OLE color: 7680541.

HSL color Cylindrical-coordinate representation of color #1D3275: hue angle of 225.68º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3275 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2950117-
CMYK0.750.5700.54
HSL225.68º60.27%28.63%-
HSV(B)225.68º75.21%45.88%-
XYZ4.863.8317.31-
YUV51.36165.04112.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=14.80%
G=25.51%
B=59.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29501170.750.5700.54225.6860.2728.63
Hex1D32754B39036e23c1d
Octal3562165113710663427435
Binary111011100101110101100101111100101101101110001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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