#2A4775

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

Shades of Fun Blue #2A4775

Tints of Fun Blue #2A4775

Color information

#2A4775 (or 0x2A4775) is unknown color: approx Fun Blue. HEX triplet: 2A, 47 and 75. RGB value is (42,71,117). Sum of RGB (Red+Green+Blue) = 42+71+117=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4775 is #D5B88A. Grayscale: #434343. Windows color (decimal): -14006411 or 7685930. OLE color: 7685930.

HSL color Cylindrical-coordinate representation of color #2A4775: hue angle of 216.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A4775 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4271117-
CMYK0.640.3900.54
HSL216.8º47.17%31.18%-
HSV(B)216.8º64.1%45.88%-
XYZ6.426.2817.7-
YUV67.57155.89109.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=18.26%
G=30.87%
B=50.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42711170.640.3900.54216.847.1731.18
Hex2A47754027036d92f1f
Octal52107165100470663315737
Binary10101010001111110101100000010011101101101101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,117); }

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

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

 a { background-color: rgb(42,71,117); }

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

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

 span { border-color: rgb(42,71,117); }

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