Html Css Color HEX #2A4779 Fun Blue

📋 copy color: '#2A4779'

red 42 ◦ green 71 ◦ blue 121

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

Shades of Fun Blue #2A4779

Tints of Fun Blue #2A4779

RGB

 RED value IS 42 (16.8% from 255) = 17.95%

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

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

R = 17.95%
G = 30.34%
B = 51.71%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A4779 (or 0x2A4779) is known color: Fun Blue. HEX triplet: 2A, 47 and 79. RGB value is (42,71,121). Sum of RGB (Red+Green+Blue) = 42+71+121=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A4779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4779 is #D5B886. Grayscale: #434343. Windows color (decimal): -14006407 or 7948074. OLE color: 7948074.

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

Color convert

RGB 42 71 121 -
CMYK 0.65 0.41 0 0.53
HSL 217.97º 0.48% 0.32% -
HSV(B) 217.97º 0.65% 0.47% -
XYZ 6.66 6.38 18.97 -
YUV 68.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 42 71 121 0.65 0.41 0 0.53 217.97 0.48 0.32
Hex 2A 47 79 41 29 0 35 DA 30 20
Octal 52 107 171 101 51 0 65 332 60 40
Binary 101010 1000111 1111001 1000001 101001 0 110101 11011010 110000 100000

Color Harmonies of #2A4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4779

Black with #2A4779

Text Example


Text Example

White with #2A4779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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