#2B518A

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

Shades of Fun Blue #2B518A

Tints of Fun Blue #2B518A

Color information

#2B518A (or 0x2B518A) is unknown color: approx Fun Blue. HEX triplet: 2B, 51 and 8A. RGB value is (43,81,138). Sum of RGB (Red+Green+Blue) = 43+81+138=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B518A is #D4AE75. Grayscale: #4B4B4B. Windows color (decimal): -13938294 or 9064747. OLE color: 9064747.

HSL color Cylindrical-coordinate representation of color #2B518A: hue angle of 216º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B518A is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4381138-
CMYK0.690.4100.46
HSL216º52.49%35.49%-
HSV(B)216º68.84%54.12%-
XYZ8.538.2325.18-
YUV76.14162.91104.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=16.41%
G=30.92%
B=52.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43811380.690.4100.4621652.4935.49
Hex2B518A452902Ed83423
Octal53121212105510563306443
Binary1010111010001100010101000101101001010111011011000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,138); }

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

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

 a { background-color: rgb(43,81,138); }

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

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

 span { border-color: rgb(43,81,138); }

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