Html Css Color HEX #2B4679 Fun Blue

📋 copy color: '#2B4679'

red 43 ◦ green 70 ◦ blue 121

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

Shades of Fun Blue #2B4679

Tints of Fun Blue #2B4679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 18.38%
G = 29.91%
B = 51.71%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4679 (or 0x2B4679) is known color: Fun Blue. HEX triplet: 2B, 46 and 79. RGB value is (43,70,121). Sum of RGB (Red+Green+Blue) = 43+70+121=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B4679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4679 is #D4B986. Grayscale: #434343. Windows color (decimal): -13941127 or 7947819. OLE color: 7947819.

HSL color Cylindrical-coordinate representation of color #2B4679: hue angle of 219.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4679 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 70 121 -
CMYK 0.64 0.42 0 0.53
HSL 219.23º 0.48% 0.32% -
HSV(B) 219.23º 0.64% 0.47% -
XYZ 6.64 6.27 18.95 -
YUV 67.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 43 70 121 0.64 0.42 0 0.53 219.23 0.48 0.32
Hex 2B 46 79 40 2A 0 35 DB 30 20
Octal 53 106 171 100 52 0 65 333 60 40
Binary 101011 1000110 1111001 1000000 101010 0 110101 11011011 110000 100000

Color Harmonies of #2B4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4679

Black with #2B4679

Text Example


Text Example

White with #2B4679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,70,121); }

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

background-color css

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

 a { background-color: rgb(43,70,121); }

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

border-color css

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

 span { border-color: rgb(43,70,121); }

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