Html Css Color HEX #2B477A Fun Blue

📋 copy color: '#2B477A'

red 43 ◦ green 71 ◦ blue 122

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

Shades of Fun Blue #2B477A

Tints of Fun Blue #2B477A

RGB

 RED value IS 43 (17.19% from 255) = 18.22%

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

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

R = 18.22%
G = 30.08%
B = 51.69%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B477A (or 0x2B477A) is known color: Fun Blue. HEX triplet: 2B, 47 and 7A. RGB value is (43,71,122). Sum of RGB (Red+Green+Blue) = 43+71+122=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B477A is #D4B885. Grayscale: #444444. Windows color (decimal): -13940870 or 8013611. OLE color: 8013611.

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

Color convert

RGB 43 71 122 -
CMYK 0.65 0.42 0 0.52
HSL 218.73º 0.48% 0.32% -
HSV(B) 218.73º 0.65% 0.48% -
XYZ 6.76 6.43 19.3 -
YUV 68.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 43 71 122 0.65 0.42 0 0.52 218.73 0.48 0.32
Hex 2B 47 7A 41 2A 0 34 DB 30 20
Octal 53 107 172 101 52 0 64 333 60 40
Binary 101011 1000111 1111010 1000001 101010 0 110100 11011011 110000 100000

Color Harmonies of #2B477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B477A

Black with #2B477A

Text Example


Text Example

White with #2B477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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