Html Css Color HEX #2B4888 Fun Blue

📋 copy color: '#2B4888'

red 43 ◦ green 72 ◦ blue 136

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

Shades of Fun Blue #2B4888

Tints of Fun Blue #2B4888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 17.13%
G = 28.69%
B = 54.18%

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

#2B4888 (or 0x2B4888) is known color: Fun Blue. HEX triplet: 2B, 48 and 88. RGB value is (43,72,136). Sum of RGB (Red+Green+Blue) = 43+72+136=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4888 is #D4B777. Grayscale: #464646. Windows color (decimal): -13940600 or 8931371. OLE color: 8931371.

HSL color Cylindrical-coordinate representation of color #2B4888: hue angle of 221.29º 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 #2B4888 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 72 136 -
CMYK 0.68 0.47 0 0.47
HSL 221.29º 0.52% 0.35% -
HSV(B) 221.29º 0.68% 0.53% -
XYZ 7.76 6.93 24.22 -
YUV 70.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 43 72 136 0.68 0.47 0 0.47 221.29 0.52 0.35
Hex 2B 48 88 44 2F 0 2F DD 34 23
Octal 53 110 210 104 57 0 57 335 64 43
Binary 101011 1001000 10001000 1000100 101111 0 101111 11011101 110100 100011

Color Harmonies of #2B4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4888

Black with #2B4888

Text Example


Text Example

White with #2B4888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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