Html Css Color HEX #2A497D Fun Blue

📋 copy color: '#2A497D'

red 42 ◦ green 73 ◦ blue 125

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

Shades of Fun Blue #2A497D

Tints of Fun Blue #2A497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 17.5%
G = 30.42%
B = 52.08%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A497D (or 0x2A497D) is known color: Fun Blue. HEX triplet: 2A, 49 and 7D. RGB value is (42,73,125). Sum of RGB (Red+Green+Blue) = 42+73+125=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497D is #D5B682. Grayscale: #454545. Windows color (decimal): -14005891 or 8210730. OLE color: 8210730.

HSL color Cylindrical-coordinate representation of color #2A497D: hue angle of 217.59º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A497D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 73 125 -
CMYK 0.66 0.42 0 0.51
HSL 217.59º 0.5% 0.33% -
HSV(B) 217.59º 0.66% 0.49% -
XYZ 7.04 6.74 20.33 -
YUV 69.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 42 73 125 0.66 0.42 0 0.51 217.59 0.5 0.33
Hex 2A 49 7D 42 2A 0 33 DA 32 21
Octal 52 111 175 102 52 0 63 332 62 41
Binary 101010 1001001 1111101 1000010 101010 0 110011 11011010 110010 100001

Color Harmonies of #2A497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A497D

Black with #2A497D

Text Example


Text Example

White with #2A497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,73,125); }

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

background-color css

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

 a { background-color: rgb(42,73,125); }

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

border-color css

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

 span { border-color: rgb(42,73,125); }

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