Html Css Color HEX #2B2ADD Persian Blue

📋 copy color: '#2B2ADD'

red 43 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #2B2ADD

Tints of Persian Blue #2B2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

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

R = 14.05%
G = 13.73%
B = 72.22%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B2ADD (or 0x2B2ADD) is known color: Persian Blue. HEX triplet: 2B, 2A and DD. RGB value is (43,42,221). Sum of RGB (Red+Green+Blue) = 43+42+221=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2ADD is #D4D522. Grayscale: #3D3D3D. Windows color (decimal): -13948195 or 14494251. OLE color: 14494251.

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

Color convert

RGB 43 42 221 -
CMYK 0.81 0.81 0 0.13
HSL 240.34º 0.72% 0.52% -
HSV(B) 240.34º 0.81% 0.87% -
XYZ 14.88 7.39 69.05 -
YUV 62.71 217.33 113.95 -
System Red Green Blue C M Y K H S L
Decimal 43 42 221 0.81 0.81 0 0.13 240.34 0.72 0.52
Hex 2B 2A DD 51 51 0 D F0 48 34
Octal 53 52 335 121 121 0 15 360 110 64
Binary 101011 101010 11011101 1010001 1010001 0 1101 11110000 1001000 110100

Color Harmonies of #2B2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2ADD

Black with #2B2ADD

Text Example


Text Example

White with #2B2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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