#2A4B8B

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

Shades of Fun Blue #2A4B8B

Tints of Fun Blue #2A4B8B

Color information

#2A4B8B (or 0x2A4B8B) is unknown color: approx Fun Blue. HEX triplet: 2A, 4B and 8B. RGB value is (42,75,139). Sum of RGB (Red+Green+Blue) = 42+75+139=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A4B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4B8B is #D5B474. Grayscale: #484848. Windows color (decimal): -14005365 or 9128746. OLE color: 9128746.

HSL color Cylindrical-coordinate representation of color #2A4B8B: hue angle of 219.59º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A4B8B is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4275139-
CMYK0.700.4600.45
HSL219.59º53.59%35.49%-
HSV(B)219.59º69.78%54.51%-
XYZ8.137.3925.42-
YUV72.43165.57106.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=16.41%
G=29.30%
B=54.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42751390.700.4600.45219.5953.5935.49
Hex2A4B8B462E02Ddc3623
Octal52113213106560553346643
Binary1010101001011100010111000110101110010110111011100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,75,139); }

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

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

 a { background-color: rgb(42,75,139); }

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

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

 span { border-color: rgb(42,75,139); }

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