Html Css Color HEX #2B4878 Fun Blue

📋 copy color: '#2B4878'

red 43 ◦ green 72 ◦ blue 120

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

Shades of Fun Blue #2B4878

Tints of Fun Blue #2B4878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 18.3%
G = 30.64%
B = 51.06%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4878 (or 0x2B4878) is known color: Fun Blue. HEX triplet: 2B, 48 and 78. RGB value is (43,72,120). Sum of RGB (Red+Green+Blue) = 43+72+120=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4878 is #D4B787. Grayscale: #444444. Windows color (decimal): -13940616 or 7882795. OLE color: 7882795.

HSL color Cylindrical-coordinate representation of color #2B4878: hue angle of 217.4º 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 #2B4878 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 72 120 -
CMYK 0.64 0.40 0 0.53
HSL 217.4º 0.47% 0.32% -
HSV(B) 217.4º 0.64% 0.47% -
XYZ 6.7 6.5 18.67 -
YUV 68.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 43 72 120 0.64 0.40 0 0.53 217.4 0.47 0.32
Hex 2B 48 78 40 28 0 35 D9 2F 20
Octal 53 110 170 100 50 0 65 331 57 40
Binary 101011 1001000 1111000 1000000 101000 0 110101 11011001 101111 100000

Color Harmonies of #2B4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4878

Black with #2B4878

Text Example


Text Example

White with #2B4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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