#2C3985

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

Shades of Resolution Blue #2C3985

Tints of Resolution Blue #2C3985

Color information

#2C3985 (or 0x2C3985) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 85. RGB value is (44,57,133). Sum of RGB (Red+Green+Blue) = 44+57+133=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C3985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3985 is #D3C67A. Grayscale: #3D3D3D. Windows color (decimal): -13878907 or 8730924. OLE color: 8730924.

HSL color Cylindrical-coordinate representation of color #2C3985: hue angle of 231.24º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3985 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4457133-
CMYK0.670.5700.48
HSL231.24º50.28%34.71%-
HSV(B)231.24º66.92%52.16%-
XYZ6.745.1622.83-
YUV61.78168.19115.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.80%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=18.80%
G=24.36%
B=56.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44571330.670.5700.48231.2450.2834.71
Hex2C39854339030e73223
Octal5471205103710603476243
Binary101100111001100001011000011111001011000011100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,133); }

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

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

 a { background-color: rgb(44,57,133); }

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

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

 span { border-color: rgb(44,57,133); }

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