Html Css Color HEX #2B21DB Persian Blue

📋 copy color: '#2B21DB'

red 43 ◦ green 33 ◦ blue 219

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

Shades of Persian Blue #2B21DB

Tints of Persian Blue #2B21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 14.58%
G = 11.19%
B = 74.24%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B21DB (or 0x2B21DB) is known color: Persian Blue. HEX triplet: 2B, 21 and DB. RGB value is (43,33,219). Sum of RGB (Red+Green+Blue) = 43+33+219=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21DB is #D4DE24. Grayscale: #383838. Windows color (decimal): -13950501 or 14360875. OLE color: 14360875.

HSL color Cylindrical-coordinate representation of color #2B21DB: hue angle of 243.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B21DB is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 33 219 -
CMYK 0.80 0.85 0 0.14
HSL 243.23º 0.74% 0.49% -
HSV(B) 243.23º 0.85% 0.86% -
XYZ 14.33 6.72 67.56 -
YUV 57.19 219.31 117.88 -
System Red Green Blue C M Y K H S L
Decimal 43 33 219 0.80 0.85 0 0.14 243.23 0.74 0.49
Hex 2B 21 DB 50 55 0 E F3 4A 31
Octal 53 41 333 120 125 0 16 363 112 61
Binary 101011 100001 11011011 1010000 1010101 0 1110 11110011 1001010 110001

Color Harmonies of #2B21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B21DB

Black with #2B21DB

Text Example


Text Example

White with #2B21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,219); }

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

background-color css

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

 a { background-color: rgb(43,33,219); }

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

border-color css

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

 span { border-color: rgb(43,33,219); }

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