Html Css Color HEX #2C3976 Resolution Blue

📋 copy color: '#2C3976'

red 44 ◦ green 57 ◦ blue 118

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

Shades of Resolution Blue #2C3976

Tints of Resolution Blue #2C3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 20.09%
G = 26.03%
B = 53.88%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C3976 (or 0x2C3976) is known color: Resolution Blue. HEX triplet: 2C, 39 and 76. RGB value is (44,57,118). Sum of RGB (Red+Green+Blue) = 44+57+118=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3976 is #D3C689. Grayscale: #3B3B3B. Windows color (decimal): -13878922 or 7747884. OLE color: 7747884.

HSL color Cylindrical-coordinate representation of color #2C3976: hue angle of 229.46º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3976 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 57 118 -
CMYK 0.63 0.52 0 0.54
HSL 229.46º 0.46% 0.32% -
HSV(B) 229.46º 0.63% 0.46% -
XYZ 5.77 4.77 17.76 -
YUV 60.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 44 57 118 0.63 0.52 0 0.54 229.46 0.46 0.32
Hex 2C 39 76 3F 34 0 36 E5 2E 20
Octal 54 71 166 77 64 0 66 345 56 40
Binary 101100 111001 1110110 111111 110100 0 110110 11100101 101110 100000

Color Harmonies of #2C3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3976

Black with #2C3976

Text Example


Text Example

White with #2C3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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