Html Css Color HEX #2B477C Fun Blue

📋 copy color: '#2B477C'

red 43 ◦ green 71 ◦ blue 124

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

Shades of Fun Blue #2B477C

Tints of Fun Blue #2B477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 18.07%
G = 29.83%
B = 52.1%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B477C (or 0x2B477C) is known color: Fun Blue. HEX triplet: 2B, 47 and 7C. RGB value is (43,71,124). Sum of RGB (Red+Green+Blue) = 43+71+124=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B477C is #D4B883. Grayscale: #444444. Windows color (decimal): -13940868 or 8144683. OLE color: 8144683.

HSL color Cylindrical-coordinate representation of color #2B477C: hue angle of 219.26º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B477C is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 71 124 -
CMYK 0.65 0.43 0 0.51
HSL 219.26º 0.49% 0.33% -
HSV(B) 219.26º 0.65% 0.49% -
XYZ 6.89 6.48 19.96 -
YUV 68.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 43 71 124 0.65 0.43 0 0.51 219.26 0.49 0.33
Hex 2B 47 7C 41 2B 0 33 DB 31 21
Octal 53 107 174 101 53 0 63 333 61 41
Binary 101011 1000111 1111100 1000001 101011 0 110011 11011011 110001 100001

Color Harmonies of #2B477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B477C

Black with #2B477C

Text Example


Text Example

White with #2B477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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