#2B4484

Color #2B4484 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #2B4484

Tints of Fun Blue #2B4484

Color information

#2B4484 (or 0x2B4484) is unknown color: approx Fun Blue. HEX triplet: 2B, 44 and 84. RGB value is (43,68,132). Sum of RGB (Red+Green+Blue) = 43+68+132=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B4484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4484 is #D4BB7B. Grayscale: #434343. Windows color (decimal): -13941628 or 8668203. OLE color: 8668203.

HSL color Cylindrical-coordinate representation of color #2B4484: hue angle of 223.15º 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 #2B4484 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4368132-
CMYK0.670.4800.48
HSL223.15º50.86%34.31%-
HSV(B)223.15º67.42%51.76%-
XYZ7.236.3122.67-
YUV67.82164.22110.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=17.70%
G=27.98%
B=54.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43681320.670.4800.48223.1550.8634.31
Hex2B44844330030df3322
Octal53104204103600603376342
Binary1010111000100100001001000011110000011000011011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B4484;
 }
 .AnyTagClassName
 {
   color: #2B4484;
 }
</style>
background-color css

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

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

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

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

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

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