Html Css Color HEX #2B4778 Fun Blue

📋 copy color: '#2B4778'

red 43 ◦ green 71 ◦ blue 120

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

Shades of Fun Blue #2B4778

Tints of Fun Blue #2B4778

RGB

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

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

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

R = 18.38%
G = 30.34%
B = 51.28%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4778 (or 0x2B4778) is known color: Fun Blue. HEX triplet: 2B, 47 and 78. RGB value is (43,71,120). Sum of RGB (Red+Green+Blue) = 43+71+120=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4778 is #D4B887. Grayscale: #434343. Windows color (decimal): -13940872 or 7882539. OLE color: 7882539.

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

Color convert

RGB 43 71 120 -
CMYK 0.64 0.41 0 0.53
HSL 218.18º 0.47% 0.32% -
HSV(B) 218.18º 0.64% 0.47% -
XYZ 6.64 6.38 18.65 -
YUV 68.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 43 71 120 0.64 0.41 0 0.53 218.18 0.47 0.32
Hex 2B 47 78 40 29 0 35 DA 2F 20
Octal 53 107 170 100 51 0 65 332 57 40
Binary 101011 1000111 1111000 1000000 101001 0 110101 11011010 101111 100000

Color Harmonies of #2B4778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4778

Black with #2B4778

Text Example


Text Example

White with #2B4778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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