#2B467A

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

Shades of Fun Blue #2B467A

Tints of Fun Blue #2B467A

Color information

#2B467A (or 0x2B467A) is unknown color: approx Fun Blue. HEX triplet: 2B, 46 and 7A. RGB value is (43,70,122). Sum of RGB (Red+Green+Blue) = 43+70+122=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B467A is #D4B985. Grayscale: #434343. Windows color (decimal): -13941126 or 8013355. OLE color: 8013355.

HSL color Cylindrical-coordinate representation of color #2B467A: hue angle of 219.49º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B467A is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4370122-
CMYK0.650.4300.52
HSL219.49º47.88%32.35%-
HSV(B)219.49º64.75%47.84%-
XYZ6.76.319.28-
YUV67.85158.55110.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=18.30%
G=29.79%
B=51.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43701220.650.4300.52219.4947.8832.35
Hex2B467A412B034db3020
Octal53106172101530643336040
Binary101011100011011110101000001101011011010011011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,122); }

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

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

 a { background-color: rgb(43,70,122); }

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

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

 span { border-color: rgb(43,70,122); }

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