Html Css Color HEX #2B26BC Persian Blue

📋 copy color: '#2B26BC'

red 43 ◦ green 38 ◦ blue 188

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

Shades of Persian Blue #2B26BC

Tints of Persian Blue #2B26BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 15.99%
G = 14.13%
B = 69.89%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B26BC (or 0x2B26BC) is known color: Persian Blue. HEX triplet: 2B, 26 and BC. RGB value is (43,38,188). Sum of RGB (Red+Green+Blue) = 43+38+188=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B26BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B26BC is #D4D943. Grayscale: #383838. Windows color (decimal): -13949252 or 12330539. OLE color: 12330539.

HSL color Cylindrical-coordinate representation of color #2B26BC: hue angle of 242º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B26BC is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 38 188 -
CMYK 0.77 0.80 0 0.26
HSL 242º 0.66% 0.44% -
HSV(B) 242º 0.8% 0.74% -
XYZ 10.77 5.53 48.08 -
YUV 56.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 43 38 188 0.77 0.80 0 0.26 242 0.66 0.44
Hex 2B 26 BC 4D 50 0 1A F2 42 2C
Octal 53 46 274 115 120 0 32 362 102 54
Binary 101011 100110 10111100 1001101 1010000 0 11010 11110010 1000010 101100

Color Harmonies of #2B26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B26BC

Black with #2B26BC

Text Example


Text Example

White with #2B26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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