Html Css Color HEX #2D477A Fun Blue

📋 copy color: '#2D477A'

red 45 ◦ green 71 ◦ blue 122

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

Shades of Fun Blue #2D477A

Tints of Fun Blue #2D477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 18.91%
G = 29.83%
B = 51.26%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2D477A (or 0x2D477A) is known color: Fun Blue. HEX triplet: 2D, 47 and 7A. RGB value is (45,71,122). Sum of RGB (Red+Green+Blue) = 45+71+122=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D477A is #D2B885. Grayscale: #444444. Windows color (decimal): -13809798 or 8013613. OLE color: 8013613.

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

Color convert

RGB 45 71 122 -
CMYK 0.63 0.42 0 0.52
HSL 219.74º 0.46% 0.33% -
HSV(B) 219.74º 0.63% 0.48% -
XYZ 6.85 6.47 19.3 -
YUV 69.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 45 71 122 0.63 0.42 0 0.52 219.74 0.46 0.33
Hex 2D 47 7A 3F 2A 0 34 DC 2E 21
Octal 55 107 172 77 52 0 64 334 56 41
Binary 101101 1000111 1111010 111111 101010 0 110100 11011100 101110 100001

Color Harmonies of #2D477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D477A

Black with #2D477A

Text Example


Text Example

White with #2D477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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