Html Css Color HEX #2B508C Fun Blue

📋 copy color: '#2B508C'

red 43 ◦ green 80 ◦ blue 140

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

Shades of Fun Blue #2B508C

Tints of Fun Blue #2B508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 16.35%
G = 30.42%
B = 53.23%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B508C (or 0x2B508C) is known color: Fun Blue. HEX triplet: 2B, 50 and 8C. RGB value is (43,80,140). Sum of RGB (Red+Green+Blue) = 43+80+140=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B508C is #D4AF73. Grayscale: #4B4B4B. Windows color (decimal): -13938548 or 9195563. OLE color: 9195563.

HSL color Cylindrical-coordinate representation of color #2B508C: hue angle of 217.11º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B508C is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 80 140 -
CMYK 0.69 0.43 0 0.45
HSL 217.11º 0.53% 0.36% -
HSV(B) 217.11º 0.69% 0.55% -
XYZ 8.6 8.14 25.93 -
YUV 75.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 43 80 140 0.69 0.43 0 0.45 217.11 0.53 0.36
Hex 2B 50 8C 45 2B 0 2D D9 35 24
Octal 53 120 214 105 53 0 55 331 65 44
Binary 101011 1010000 10001100 1000101 101011 0 101101 11011001 110101 100100

Color Harmonies of #2B508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B508C

Black with #2B508C

Text Example


Text Example

White with #2B508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,140); }

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

background-color css

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

 a { background-color: rgb(43,80,140); }

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

border-color css

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

 span { border-color: rgb(43,80,140); }

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