Html Css Color HEX #2B4887 Fun Blue

📋 copy color: '#2B4887'

red 43 ◦ green 72 ◦ blue 135

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

Shades of Fun Blue #2B4887

Tints of Fun Blue #2B4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 17.2%
G = 28.8%
B = 54%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B4887 (or 0x2B4887) is known color: Fun Blue. HEX triplet: 2B, 48 and 87. RGB value is (43,72,135). Sum of RGB (Red+Green+Blue) = 43+72+135=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B4887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4887 is #D4B778. Grayscale: #464646. Windows color (decimal): -13940601 or 8865835. OLE color: 8865835.

HSL color Cylindrical-coordinate representation of color #2B4887: hue angle of 221.09º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4887 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 72 135 -
CMYK 0.68 0.47 0 0.47
HSL 221.09º 0.52% 0.35% -
HSV(B) 221.09º 0.68% 0.53% -
XYZ 7.69 6.9 23.85 -
YUV 70.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 43 72 135 0.68 0.47 0 0.47 221.09 0.52 0.35
Hex 2B 48 87 44 2F 0 2F DD 34 23
Octal 53 110 207 104 57 0 57 335 64 43
Binary 101011 1001000 10000111 1000100 101111 0 101111 11011101 110100 100011

Color Harmonies of #2B4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4887

Black with #2B4887

Text Example


Text Example

White with #2B4887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,135); }

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

background-color css

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

 a { background-color: rgb(43,72,135); }

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

border-color css

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

 span { border-color: rgb(43,72,135); }

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