Html Css Color HEX #2B4984 Fun Blue

📋 copy color: '#2B4984'

red 43 ◦ green 73 ◦ blue 132

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

Shades of Fun Blue #2B4984

Tints of Fun Blue #2B4984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 17.34%
G = 29.44%
B = 53.23%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B4984 (or 0x2B4984) is known color: Fun Blue. HEX triplet: 2B, 49 and 84. RGB value is (43,73,132). Sum of RGB (Red+Green+Blue) = 43+73+132=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B4984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4984 is #D4B67B. Grayscale: #464646. Windows color (decimal): -13940348 or 8669483. OLE color: 8669483.

HSL color Cylindrical-coordinate representation of color #2B4984: hue angle of 219.78º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4984 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 73 132 -
CMYK 0.67 0.45 0 0.48
HSL 219.78º 0.51% 0.34% -
HSV(B) 219.78º 0.67% 0.52% -
XYZ 7.54 6.94 22.77 -
YUV 70.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 43 73 132 0.67 0.45 0 0.48 219.78 0.51 0.34
Hex 2B 49 84 43 2D 0 30 DC 33 22
Octal 53 111 204 103 55 0 60 334 63 42
Binary 101011 1001001 10000100 1000011 101101 0 110000 11011100 110011 100010

Color Harmonies of #2B4984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4984

Black with #2B4984

Text Example


Text Example

White with #2B4984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,132); }

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

background-color css

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

 a { background-color: rgb(43,73,132); }

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

border-color css

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

 span { border-color: rgb(43,73,132); }

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