Html Css Color HEX #2B477F Fun Blue

📋 copy color: '#2B477F'

red 43 ◦ green 71 ◦ blue 127

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

Shades of Fun Blue #2B477F

Tints of Fun Blue #2B477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.7%

R = 17.84%
G = 29.46%
B = 52.7%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B477F (or 0x2B477F) is known color: Fun Blue. HEX triplet: 2B, 47 and 7F. RGB value is (43,71,127). Sum of RGB (Red+Green+Blue) = 43+71+127=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B477F is #D4B880. Grayscale: #444444. Windows color (decimal): -13940865 or 8341291. OLE color: 8341291.

HSL color Cylindrical-coordinate representation of color #2B477F: hue angle of 220º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B477F is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 71 127 -
CMYK 0.66 0.44 0 0.50
HSL 220º 0.49% 0.33% -
HSV(B) 220º 0.66% 0.5% -
XYZ 7.08 6.55 20.97 -
YUV 69.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 43 71 127 0.66 0.44 0 0.50 220 0.49 0.33
Hex 2B 47 7F 42 2C 0 32 DC 31 21
Octal 53 107 177 102 54 0 62 334 61 41
Binary 101011 1000111 1111111 1000010 101100 0 110010 11011100 110001 100001

Color Harmonies of #2B477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B477F

Black with #2B477F

Text Example


Text Example

White with #2B477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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