Html Css Color HEX #2C4779 Fun Blue

📋 copy color: '#2C4779'

red 44 ◦ green 71 ◦ blue 121

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

Shades of Fun Blue #2C4779

Tints of Fun Blue #2C4779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

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

R = 18.64%
G = 30.08%
B = 51.27%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C4779 (or 0x2C4779) is known color: Fun Blue. HEX triplet: 2C, 47 and 79. RGB value is (44,71,121). Sum of RGB (Red+Green+Blue) = 44+71+121=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C4779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4779 is #D3B886. Grayscale: #444444. Windows color (decimal): -13875335 or 7948076. OLE color: 7948076.

HSL color Cylindrical-coordinate representation of color #2C4779: hue angle of 218.96º 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 #2C4779 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 71 121 -
CMYK 0.64 0.41 0 0.53
HSL 218.96º 0.47% 0.32% -
HSV(B) 218.96º 0.64% 0.47% -
XYZ 6.74 6.42 18.97 -
YUV 68.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 44 71 121 0.64 0.41 0 0.53 218.96 0.47 0.32
Hex 2C 47 79 40 29 0 35 DB 2F 20
Octal 54 107 171 100 51 0 65 333 57 40
Binary 101100 1000111 1111001 1000000 101001 0 110101 11011011 101111 100000

Color Harmonies of #2C4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4779

Black with #2C4779

Text Example


Text Example

White with #2C4779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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