Html Css Color HEX #2D497A Fun Blue

📋 copy color: '#2D497A'

red 45 ◦ green 73 ◦ blue 122

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

Shades of Fun Blue #2D497A

Tints of Fun Blue #2D497A

RGB

 RED value IS 45 (17.97% from 255) = 18.75%

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

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 18.75%
G = 30.42%
B = 50.83%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2D497A (or 0x2D497A) is known color: Fun Blue. HEX triplet: 2D, 49 and 7A. RGB value is (45,73,122). Sum of RGB (Red+Green+Blue) = 45+73+122=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D497A is #D2B685. Grayscale: #454545. Windows color (decimal): -13809286 or 8014125. OLE color: 8014125.

HSL color Cylindrical-coordinate representation of color #2D497A: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D497A is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 73 122 -
CMYK 0.63 0.40 0 0.52
HSL 218.18º 0.46% 0.33% -
HSV(B) 218.18º 0.63% 0.48% -
XYZ 6.98 6.73 19.34 -
YUV 70.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 45 73 122 0.63 0.40 0 0.52 218.18 0.46 0.33
Hex 2D 49 7A 3F 28 0 34 DA 2E 21
Octal 55 111 172 77 50 0 64 332 56 41
Binary 101101 1001001 1111010 111111 101000 0 110100 11011010 101110 100001

Color Harmonies of #2D497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D497A

Black with #2D497A

Text Example


Text Example

White with #2D497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,122); }

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

background-color css

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

 a { background-color: rgb(45,73,122); }

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

border-color css

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

 span { border-color: rgb(45,73,122); }

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