Html Css Color HEX #2A4A87 Fun Blue

📋 copy color: '#2A4A87'

red 42 ◦ green 74 ◦ blue 135

#2A4A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #2A4A87

Tints of Fun Blue #2A4A87

RGB

 RED value IS 42 (16.8% from 255) = 16.73%

 GREEN value IS 74 (29.3% from 255) = 29.48%

 BLUE value IS 135 (53.13% from 255) = 53.78%

R = 16.73%
G = 29.48%
B = 53.78%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A4A87 (or 0x2A4A87) is known color: Fun Blue. HEX triplet: 2A, 4A and 87. RGB value is (42,74,135). Sum of RGB (Red+Green+Blue) = 42+74+135=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A4A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4A87 is #D5B578. Grayscale: #474747. Windows color (decimal): -14005625 or 8866346. OLE color: 8866346.

HSL color Cylindrical-coordinate representation of color #2A4A87: hue angle of 219.35º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A4A87 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 74 135 -
CMYK 0.69 0.45 0 0.47
HSL 219.35º 0.53% 0.35% -
HSV(B) 219.35º 0.69% 0.53% -
XYZ 7.78 7.14 23.89 -
YUV 71.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 42 74 135 0.69 0.45 0 0.47 219.35 0.53 0.35
Hex 2A 4A 87 45 2D 0 2F DB 35 23
Octal 52 112 207 105 55 0 57 333 65 43
Binary 101010 1001010 10000111 1000101 101101 0 101111 11011011 110101 100011

Color Harmonies of #2A4A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4A87

Black with #2A4A87

Text Example


Text Example

White with #2A4A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,74,135); }

 H1.HeaderClassName
 {
   color: #2A4A87;
 }
 .AnyTagClassName
 {
   color: #2A4A87;
 }
</style>

background-color css

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

 a { background-color: rgb(42,74,135); }

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

border-color css

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

 span { border-color: rgb(42,74,135); }

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