Html Css Color HEX #221DBE Persian Blue

📋 copy color: '#221DBE'

red 34 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #221DBE

Tints of Persian Blue #221DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 13.44%
G = 11.46%
B = 75.1%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#221DBE (or 0x221DBE) is known color: Persian Blue. HEX triplet: 22, 1D and BE. RGB value is (34,29,190). Sum of RGB (Red+Green+Blue) = 34+29+190=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #221DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DBE is #DDE241. Grayscale: #303030. Windows color (decimal): -14541378 or 12459298. OLE color: 12459298.

HSL color Cylindrical-coordinate representation of color #221DBE: hue angle of 241.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221DBE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 29 190 -
CMYK 0.82 0.85 0 0.25
HSL 241.86º 0.74% 0.43% -
HSV(B) 241.86º 0.85% 0.75% -
XYZ 10.39 4.94 49.12 -
YUV 48.85 207.66 117.41 -
System Red Green Blue C M Y K H S L
Decimal 34 29 190 0.82 0.85 0 0.25 241.86 0.74 0.43
Hex 22 1D BE 52 55 0 19 F2 4A 2B
Octal 42 35 276 122 125 0 31 362 112 53
Binary 100010 11101 10111110 1010010 1010101 0 11001 11110010 1001010 101011

Color Harmonies of #221DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DBE

Black with #221DBE

Text Example


Text Example

White with #221DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,29,190); }

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

background-color css

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

 a { background-color: rgb(34,29,190); }

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

border-color css

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

 span { border-color: rgb(34,29,190); }

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