#1C3B75

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

Shades of Resolution Blue #1C3B75

Tints of Resolution Blue #1C3B75

Color information

#1C3B75 (or 0x1C3B75) is unknown color: approx Resolution Blue. HEX triplet: 1C, 3B and 75. RGB value is (28,59,117). Sum of RGB (Red+Green+Blue) = 28+59+117=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C3B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B75 is #E3C48A. Grayscale: #383838. Windows color (decimal): -14926987 or 7682844. OLE color: 7682844.

HSL color Cylindrical-coordinate representation of color #1C3B75: hue angle of 219.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3B75 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2859117-
CMYK0.760.5000.54
HSL219.1º61.38%28.43%-
HSV(B)219.1º76.07%45.88%-
XYZ5.254.6617.45-
YUV56.34162.23107.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=13.73%
G=28.92%
B=57.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28591170.760.5000.54219.161.3828.43
Hex1C3B754C32036db3d1c
Octal3473165114620663337534
Binary111001110111110101100110011001001101101101101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,117); }

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

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

 a { background-color: rgb(28,59,117); }

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

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

 span { border-color: rgb(28,59,117); }

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