Html Css Color HEX #2B5089 Fun Blue

📋 copy color: '#2B5089'

red 43 ◦ green 80 ◦ blue 137

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

Shades of Fun Blue #2B5089

Tints of Fun Blue #2B5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 16.54%
G = 30.77%
B = 52.69%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B5089 (or 0x2B5089) is known color: Fun Blue. HEX triplet: 2B, 50 and 89. RGB value is (43,80,137). Sum of RGB (Red+Green+Blue) = 43+80+137=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5089 is #D4AF76. Grayscale: #4B4B4B. Windows color (decimal): -13938551 or 8998955. OLE color: 8998955.

HSL color Cylindrical-coordinate representation of color #2B5089: hue angle of 216.38º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B5089 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 80 137 -
CMYK 0.69 0.42 0 0.46
HSL 216.38º 0.52% 0.35% -
HSV(B) 216.38º 0.69% 0.54% -
XYZ 8.38 8.06 24.78 -
YUV 75.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 43 80 137 0.69 0.42 0 0.46 216.38 0.52 0.35
Hex 2B 50 89 45 2A 0 2E D8 34 23
Octal 53 120 211 105 52 0 56 330 64 43
Binary 101011 1010000 10001001 1000101 101010 0 101110 11011000 110100 100011

Color Harmonies of #2B5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5089

Black with #2B5089

Text Example


Text Example

White with #2B5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,137); }

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

background-color css

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

 a { background-color: rgb(43,80,137); }

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

border-color css

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

 span { border-color: rgb(43,80,137); }

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