Html Css Color HEX #2B4877 Fun Blue

📋 copy color: '#2B4877'

red 43 ◦ green 72 ◦ blue 119

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

Shades of Fun Blue #2B4877

Tints of Fun Blue #2B4877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 18.38%
G = 30.77%
B = 50.85%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4877 (or 0x2B4877) is known color: Fun Blue. HEX triplet: 2B, 48 and 77. RGB value is (43,72,119). Sum of RGB (Red+Green+Blue) = 43+72+119=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B4877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4877 is #D4B788. Grayscale: #444444. Windows color (decimal): -13940617 or 7817259. OLE color: 7817259.

HSL color Cylindrical-coordinate representation of color #2B4877: hue angle of 217.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4877 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 72 119 -
CMYK 0.64 0.39 0 0.53
HSL 217.11º 0.47% 0.32% -
HSV(B) 217.11º 0.64% 0.47% -
XYZ 6.64 6.48 18.35 -
YUV 68.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 43 72 119 0.64 0.39 0 0.53 217.11 0.47 0.32
Hex 2B 48 77 40 27 0 35 D9 2F 20
Octal 53 110 167 100 47 0 65 331 57 40
Binary 101011 1001000 1110111 1000000 100111 0 110101 11011001 101111 100000

Color Harmonies of #2B4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4877

Black with #2B4877

Text Example


Text Example

White with #2B4877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,119); }

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

background-color css

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

 a { background-color: rgb(43,72,119); }

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

border-color css

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

 span { border-color: rgb(43,72,119); }

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