Html Css Color HEX #2B26AA Persian Blue

📋 copy color: '#2B26AA'

red 43 ◦ green 38 ◦ blue 170

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

Shades of Persian Blue #2B26AA

Tints of Persian Blue #2B26AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 17.13%
G = 15.14%
B = 67.73%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B26AA (or 0x2B26AA) is known color: Persian Blue. HEX triplet: 2B, 26 and AA. RGB value is (43,38,170). Sum of RGB (Red+Green+Blue) = 43+38+170=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B26AA is #D4D955. Grayscale: #363636. Windows color (decimal): -13949270 or 11150891. OLE color: 11150891.

HSL color Cylindrical-coordinate representation of color #2B26AA: hue angle of 242.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B26AA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 38 170 -
CMYK 0.75 0.78 0 0.33
HSL 242.27º 0.63% 0.41% -
HSV(B) 242.27º 0.78% 0.67% -
XYZ 8.95 4.8 38.49 -
YUV 54.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 43 38 170 0.75 0.78 0 0.33 242.27 0.63 0.41
Hex 2B 26 AA 4B 4E 0 21 F2 3F 29
Octal 53 46 252 113 116 0 41 362 77 51
Binary 101011 100110 10101010 1001011 1001110 0 100001 11110010 111111 101001

Color Harmonies of #2B26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B26AA

Black with #2B26AA

Text Example


Text Example

White with #2B26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,38,170); }

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

background-color css

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

 a { background-color: rgb(43,38,170); }

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

border-color css

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

 span { border-color: rgb(43,38,170); }

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