Html Css Color HEX #2B497D Fun Blue

📋 copy color: '#2B497D'

red 43 ◦ green 73 ◦ blue 125

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

Shades of Fun Blue #2B497D

Tints of Fun Blue #2B497D

RGB

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

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

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

R = 17.84%
G = 30.29%
B = 51.87%

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

#2B497D (or 0x2B497D) is known color: Fun Blue. HEX triplet: 2B, 49 and 7D. RGB value is (43,73,125). Sum of RGB (Red+Green+Blue) = 43+73+125=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B497D is #D4B682. Grayscale: #454545. Windows color (decimal): -13940355 or 8210731. OLE color: 8210731.

HSL color Cylindrical-coordinate representation of color #2B497D: hue angle of 218.05º degrees, saturation: 0.49, 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 #2B497D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 73 125 -
CMYK 0.66 0.42 0 0.51
HSL 218.05º 0.49% 0.33% -
HSV(B) 218.05º 0.66% 0.49% -
XYZ 7.08 6.76 20.33 -
YUV 69.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 43 73 125 0.66 0.42 0 0.51 218.05 0.49 0.33
Hex 2B 49 7D 42 2A 0 33 DA 31 21
Octal 53 111 175 102 52 0 63 332 61 41
Binary 101011 1001001 1111101 1000010 101010 0 110011 11011010 110001 100001

Color Harmonies of #2B497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B497D

Black with #2B497D

Text Example


Text Example

White with #2B497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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