Html Css Color HEX #2B28DD Persian Blue

📋 copy color: '#2B28DD'

red 43 ◦ green 40 ◦ blue 221

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

Shades of Persian Blue #2B28DD

Tints of Persian Blue #2B28DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 14.14%
G = 13.16%
B = 72.7%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B28DD (or 0x2B28DD) is known color: Persian Blue. HEX triplet: 2B, 28 and DD. RGB value is (43,40,221). Sum of RGB (Red+Green+Blue) = 43+40+221=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B28DD is #D4D722. Grayscale: #3C3C3C. Windows color (decimal): -13948707 or 14493739. OLE color: 14493739.

HSL color Cylindrical-coordinate representation of color #2B28DD: hue angle of 240.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B28DD is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 40 221 -
CMYK 0.81 0.82 0 0.13
HSL 240.99º 0.73% 0.51% -
HSV(B) 240.99º 0.82% 0.87% -
XYZ 14.81 7.25 69.03 -
YUV 61.53 217.99 114.78 -
System Red Green Blue C M Y K H S L
Decimal 43 40 221 0.81 0.82 0 0.13 240.99 0.73 0.51
Hex 2B 28 DD 51 52 0 D F1 49 33
Octal 53 50 335 121 122 0 15 361 111 63
Binary 101011 101000 11011101 1010001 1010010 0 1101 11110001 1001001 110011

Color Harmonies of #2B28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B28DD

Black with #2B28DD

Text Example


Text Example

White with #2B28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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