#2C3D75

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

Shades of Resolution Blue #2C3D75

Tints of Resolution Blue #2C3D75

Color information

#2C3D75 (or 0x2C3D75) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3D and 75. RGB value is (44,61,117). Sum of RGB (Red+Green+Blue) = 44+61+117=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C3D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3D75 is #D3C28A. Grayscale: #3E3E3E. Windows color (decimal): -13877899 or 7683372. OLE color: 7683372.

HSL color Cylindrical-coordinate representation of color #2C3D75: hue angle of 226.03º degrees, saturation: 0.45, 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 #2C3D75 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4461117-
CMYK0.620.4800.54
HSL226.03º45.34%31.57%-
HSV(B)226.03º62.39%45.88%-
XYZ5.925.1617.51-
YUV62.3158.87114.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=19.82%
G=27.48%
B=52.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44611170.620.4800.54226.0345.3431.57
Hex2C3D753E30036e22d20
Octal547516576600663425540
Binary1011001111011110101111110110000011011011100010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,61,117); }

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

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

 a { background-color: rgb(44,61,117); }

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

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

 span { border-color: rgb(44,61,117); }

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