Html Css Color HEX #2B4872 Fun Blue

📋 copy color: '#2B4872'

red 43 ◦ green 72 ◦ blue 114

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

Shades of Fun Blue #2B4872

Tints of Fun Blue #2B4872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 18.78%
G = 31.44%
B = 49.78%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B4872 (or 0x2B4872) is known color: Fun Blue. HEX triplet: 2B, 48 and 72. RGB value is (43,72,114). Sum of RGB (Red+Green+Blue) = 43+72+114=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4872 is #D4B78D. Grayscale: #434343. Windows color (decimal): -13940622 or 7489579. OLE color: 7489579.

HSL color Cylindrical-coordinate representation of color #2B4872: hue angle of 215.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4872 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 72 114 -
CMYK 0.62 0.37 0 0.55
HSL 215.49º 0.45% 0.31% -
HSV(B) 215.49º 0.62% 0.45% -
XYZ 6.35 6.36 16.81 -
YUV 68.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 43 72 114 0.62 0.37 0 0.55 215.49 0.45 0.31
Hex 2B 48 72 3E 25 0 37 D7 2D 1F
Octal 53 110 162 76 45 0 67 327 55 37
Binary 101011 1001000 1110010 111110 100101 0 110111 11010111 101101 11111

Color Harmonies of #2B4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4872

Black with #2B4872

Text Example


Text Example

White with #2B4872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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