Html Css Color HEX #2D4779 Fun Blue

📋 copy color: '#2D4779'

red 45 ◦ green 71 ◦ blue 121

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

Shades of Fun Blue #2D4779

Tints of Fun Blue #2D4779

RGB

 RED value IS 45 (17.97% from 255) = 18.99%

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

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

R = 18.99%
G = 29.96%
B = 51.05%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D4779 (or 0x2D4779) is known color: Fun Blue. HEX triplet: 2D, 47 and 79. RGB value is (45,71,121). Sum of RGB (Red+Green+Blue) = 45+71+121=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D4779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4779 is #D2B886. Grayscale: #444444. Windows color (decimal): -13809799 or 7948077. OLE color: 7948077.

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

Color convert

RGB 45 71 121 -
CMYK 0.63 0.41 0 0.53
HSL 219.47º 0.46% 0.33% -
HSV(B) 219.47º 0.63% 0.47% -
XYZ 6.79 6.44 18.98 -
YUV 68.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 45 71 121 0.63 0.41 0 0.53 219.47 0.46 0.33
Hex 2D 47 79 3F 29 0 35 DB 2E 21
Octal 55 107 171 77 51 0 65 333 56 41
Binary 101101 1000111 1111001 111111 101001 0 110101 11011011 101110 100001

Color Harmonies of #2D4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4779

Black with #2D4779

Text Example


Text Example

White with #2D4779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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