Html Css Color HEX #2C4479 Resolution Blue

📋 copy color: '#2C4479'

red 44 ◦ green 68 ◦ blue 121

#2C4479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #2C4479

Tints of Resolution Blue #2C4479

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

 GREEN value IS 68 (26.95% from 255) = 29.18%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 18.88%
G = 29.18%
B = 51.93%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C4479 (or 0x2C4479) is known color: Resolution Blue. HEX triplet: 2C, 44 and 79. RGB value is (44,68,121). Sum of RGB (Red+Green+Blue) = 44+68+121=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C4479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4479 is #D3BB86. Grayscale: #424242. Windows color (decimal): -13876103 or 7947308. OLE color: 7947308.

HSL color Cylindrical-coordinate representation of color #2C4479: hue angle of 221.3º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C4479 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 68 121 -
CMYK 0.64 0.44 0 0.53
HSL 221.3º 0.47% 0.32% -
HSV(B) 221.3º 0.64% 0.47% -
XYZ 6.56 6.05 18.91 -
YUV 66.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 44 68 121 0.64 0.44 0 0.53 221.3 0.47 0.32
Hex 2C 44 79 40 2C 0 35 DD 2F 20
Octal 54 104 171 100 54 0 65 335 57 40
Binary 101100 1000100 1111001 1000000 101100 0 110101 11011101 101111 100000

Color Harmonies of #2C4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4479

Black with #2C4479

Text Example


Text Example

White with #2C4479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,68,121); }

 H1.HeaderClassName
 {
   color: #2C4479;
 }
 .AnyTagClassName
 {
   color: #2C4479;
 }
</style>

background-color css

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

 a { background-color: rgb(44,68,121); }

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

border-color css

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

 span { border-color: rgb(44,68,121); }

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