Html Css Color HEX #2B28AD Persian Blue

📋 copy color: '#2B28AD'

red 43 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #2B28AD

Tints of Persian Blue #2B28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 16.8%
G = 15.63%
B = 67.58%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B28AD (or 0x2B28AD) is known color: Persian Blue. HEX triplet: 2B, 28 and AD. RGB value is (43,40,173). Sum of RGB (Red+Green+Blue) = 43+40+173=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B28AD is #D4D752. Grayscale: #373737. Windows color (decimal): -13948755 or 11348011. OLE color: 11348011.

HSL color Cylindrical-coordinate representation of color #2B28AD: hue angle of 241.35º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B28AD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 40 173 -
CMYK 0.75 0.77 0 0.32
HSL 241.35º 0.62% 0.42% -
HSV(B) 241.35º 0.77% 0.68% -
XYZ 9.3 5.05 40.02 -
YUV 56.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 43 40 173 0.75 0.77 0 0.32 241.35 0.62 0.42
Hex 2B 28 AD 4B 4D 0 20 F1 3E 2A
Octal 53 50 255 113 115 0 40 361 76 52
Binary 101011 101000 10101101 1001011 1001101 0 100000 11110001 111110 101010

Color Harmonies of #2B28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B28AD

Black with #2B28AD

Text Example


Text Example

White with #2B28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,40,173); }

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

background-color css

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

 a { background-color: rgb(43,40,173); }

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

border-color css

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

 span { border-color: rgb(43,40,173); }

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