Html Css Color HEX #221BD2 Persian Blue

📋 copy color: '#221BD2'

red 34 ◦ green 27 ◦ blue 210

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

Shades of Persian Blue #221BD2

Tints of Persian Blue #221BD2

RGB

 RED value IS 34 (13.67% from 255) = 12.55%

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 210 (82.42% from 255) = 77.49%

R = 12.55%
G = 9.96%
B = 77.49%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#221BD2 (or 0x221BD2) is known color: Persian Blue. HEX triplet: 22, 1B and D2. RGB value is (34,27,210). Sum of RGB (Red+Green+Blue) = 34+27+210=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 210 (82.42% from 255 or 77.49% from 271); Max value from RGB is 210 - color contains mainly: blue. Hex color #221BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BD2 is #DDE42D. Grayscale: #313131. Windows color (decimal): -14541870 or 13769506. OLE color: 13769506.

HSL color Cylindrical-coordinate representation of color #221BD2: hue angle of 242.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221BD2 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 27 210 -
CMYK 0.84 0.87 0 0.18
HSL 242.3º 0.77% 0.46% -
HSV(B) 242.3º 0.87% 0.82% -
XYZ 12.68 5.78 61.42 -
YUV 49.96 218.32 116.62 -
System Red Green Blue C M Y K H S L
Decimal 34 27 210 0.84 0.87 0 0.18 242.3 0.77 0.46
Hex 22 1B D2 54 57 0 12 F2 4D 2E
Octal 42 33 322 124 127 0 22 362 115 56
Binary 100010 11011 11010010 1010100 1010111 0 10010 11110010 1001101 101110

Color Harmonies of #221BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BD2

Black with #221BD2

Text Example


Text Example

White with #221BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221BD2; }

 p { color: rgb(34,27,210); }

 H1.HeaderClassName
 {
   color: #221BD2;
 }
 .AnyTagClassName
 {
   color: #221BD2;
 }
</style>

background-color css

<style>
 a { background-color: #221BD2; }

 a { background-color: rgb(34,27,210); }

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

border-color css

<style>
 span { border-color: #221BD2; }

 span { border-color: rgb(34,27,210); }

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