Html Css Color HEX #2B508A Fun Blue

📋 copy color: '#2B508A'

red 43 ◦ green 80 ◦ blue 138

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

Shades of Fun Blue #2B508A

Tints of Fun Blue #2B508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 16.48%
G = 30.65%
B = 52.87%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B508A (or 0x2B508A) is known color: Fun Blue. HEX triplet: 2B, 50 and 8A. RGB value is (43,80,138). Sum of RGB (Red+Green+Blue) = 43+80+138=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B508A is #D4AF75. Grayscale: #4B4B4B. Windows color (decimal): -13938550 or 9064491. OLE color: 9064491.

HSL color Cylindrical-coordinate representation of color #2B508A: hue angle of 216.63º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B508A is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 80 138 -
CMYK 0.69 0.42 0 0.46
HSL 216.63º 0.52% 0.35% -
HSV(B) 216.63º 0.69% 0.54% -
XYZ 8.45 8.09 25.16 -
YUV 75.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 43 80 138 0.69 0.42 0 0.46 216.63 0.52 0.35
Hex 2B 50 8A 45 2A 0 2E D9 34 23
Octal 53 120 212 105 52 0 56 331 64 43
Binary 101011 1010000 10001010 1000101 101010 0 101110 11011001 110100 100011

Color Harmonies of #2B508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B508A

Black with #2B508A

Text Example


Text Example

White with #2B508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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