#1C3C75

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

Shades of Resolution Blue #1C3C75

Tints of Resolution Blue #1C3C75

Color information

#1C3C75 (or 0x1C3C75) is unknown color: approx Resolution Blue. HEX triplet: 1C, 3C and 75. RGB value is (28,60,117). Sum of RGB (Red+Green+Blue) = 28+60+117=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C3C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3C75 is #E3C38A. Grayscale: #383838. Windows color (decimal): -14926731 or 7683100. OLE color: 7683100.

HSL color Cylindrical-coordinate representation of color #1C3C75: hue angle of 218.43º 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 #1C3C75 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2860117-
CMYK0.760.4900.54
HSL218.43º61.38%28.43%-
HSV(B)218.43º76.07%45.88%-
XYZ5.314.7617.47-
YUV56.93161.9107.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=13.66%
G=29.27%
B=57.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28601170.760.4900.54218.4361.3828.43
Hex1C3C754C31036da3d1c
Octal3474165114610663327534
Binary111001111001110101100110011000101101101101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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