Html Css Color HEX #2B497A Fun Blue

📋 copy color: '#2B497A'

red 43 ◦ green 73 ◦ blue 122

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

Shades of Fun Blue #2B497A

Tints of Fun Blue #2B497A

RGB

 RED value IS 43 (17.19% from 255) = 18.07%

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

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

R = 18.07%
G = 30.67%
B = 51.26%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B497A (or 0x2B497A) is known color: Fun Blue. HEX triplet: 2B, 49 and 7A. RGB value is (43,73,122). Sum of RGB (Red+Green+Blue) = 43+73+122=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B497A is #D4B685. Grayscale: #454545. Windows color (decimal): -13940358 or 8014123. OLE color: 8014123.

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

Color convert

RGB 43 73 122 -
CMYK 0.65 0.40 0 0.52
HSL 217.22º 0.48% 0.32% -
HSV(B) 217.22º 0.65% 0.48% -
XYZ 6.89 6.68 19.34 -
YUV 69.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 43 73 122 0.65 0.40 0 0.52 217.22 0.48 0.32
Hex 2B 49 7A 41 28 0 34 D9 30 20
Octal 53 111 172 101 50 0 64 331 60 40
Binary 101011 1001001 1111010 1000001 101000 0 110100 11011001 110000 100000

Color Harmonies of #2B497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B497A

Black with #2B497A

Text Example


Text Example

White with #2B497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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