Html Css Color HEX #2A477A Fun Blue

📋 copy color: '#2A477A'

red 42 ◦ green 71 ◦ blue 122

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

Shades of Fun Blue #2A477A

Tints of Fun Blue #2A477A

RGB

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

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

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

R = 17.87%
G = 30.21%
B = 51.91%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2A477A (or 0x2A477A) is known color: Fun Blue. HEX triplet: 2A, 47 and 7A. RGB value is (42,71,122). Sum of RGB (Red+Green+Blue) = 42+71+122=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A477A is #D5B885. Grayscale: #434343. Windows color (decimal): -14006406 or 8013610. OLE color: 8013610.

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

Color convert

RGB 42 71 122 -
CMYK 0.66 0.42 0 0.52
HSL 218.25º 0.49% 0.32% -
HSV(B) 218.25º 0.66% 0.48% -
XYZ 6.72 6.4 19.29 -
YUV 68.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 42 71 122 0.66 0.42 0 0.52 218.25 0.49 0.32
Hex 2A 47 7A 42 2A 0 34 DA 31 20
Octal 52 107 172 102 52 0 64 332 61 40
Binary 101010 1000111 1111010 1000010 101010 0 110100 11011010 110001 100000

Color Harmonies of #2A477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A477A

Black with #2A477A

Text Example


Text Example

White with #2A477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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