Html Css Color HEX #2B4875 Fun Blue

📋 copy color: '#2B4875'

red 43 ◦ green 72 ◦ blue 117

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

Shades of Fun Blue #2B4875

Tints of Fun Blue #2B4875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 18.53%
G = 31.03%
B = 50.43%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B4875 (or 0x2B4875) is known color: Fun Blue. HEX triplet: 2B, 48 and 75. RGB value is (43,72,117). Sum of RGB (Red+Green+Blue) = 43+72+117=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4875 is #D4B78A. Grayscale: #444444. Windows color (decimal): -13940619 or 7686187. OLE color: 7686187.

HSL color Cylindrical-coordinate representation of color #2B4875: hue angle of 216.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4875 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 72 117 -
CMYK 0.63 0.38 0 0.54
HSL 216.49º 0.46% 0.31% -
HSV(B) 216.49º 0.63% 0.46% -
XYZ 6.52 6.43 17.73 -
YUV 68.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 43 72 117 0.63 0.38 0 0.54 216.49 0.46 0.31
Hex 2B 48 75 3F 26 0 36 D8 2E 1F
Octal 53 110 165 77 46 0 66 330 56 37
Binary 101011 1001000 1110101 111111 100110 0 110110 11011000 101110 11111

Color Harmonies of #2B4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4875

Black with #2B4875

Text Example


Text Example

White with #2B4875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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