Html Css Color HEX #2A4E84 Fun Blue

📋 copy color: '#2A4E84'

red 42 ◦ green 78 ◦ blue 132

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

Shades of Fun Blue #2A4E84

Tints of Fun Blue #2A4E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 132 (51.95% from 255) = 52.38%

R = 16.67%
G = 30.95%
B = 52.38%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2A4E84 (or 0x2A4E84) is known color: Fun Blue. HEX triplet: 2A, 4E and 84. RGB value is (42,78,132). Sum of RGB (Red+Green+Blue) = 42+78+132=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A4E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4E84 is #D5B17B. Grayscale: #494949. Windows color (decimal): -14004604 or 8670762. OLE color: 8670762.

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

Color convert

RGB 42 78 132 -
CMYK 0.68 0.41 0 0.48
HSL 216º 0.52% 0.34% -
HSV(B) 216º 0.68% 0.52% -
XYZ 7.84 7.61 22.88 -
YUV 73.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 42 78 132 0.68 0.41 0 0.48 216 0.52 0.34
Hex 2A 4E 84 44 29 0 30 D8 34 22
Octal 52 116 204 104 51 0 60 330 64 42
Binary 101010 1001110 10000100 1000100 101001 0 110000 11011000 110100 100010

Color Harmonies of #2A4E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4E84

Black with #2A4E84

Text Example


Text Example

White with #2A4E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,78,132); }

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

background-color css

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

 a { background-color: rgb(42,78,132); }

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

border-color css

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

 span { border-color: rgb(42,78,132); }

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