Html Css Color HEX #221DBB Persian Blue

📋 copy color: '#221DBB'

red 34 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #221DBB

Tints of Persian Blue #221DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 13.6%
G = 11.6%
B = 74.8%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#221DBB (or 0x221DBB) is known color: Persian Blue. HEX triplet: 22, 1D and BB. RGB value is (34,29,187). Sum of RGB (Red+Green+Blue) = 34+29+187=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #221DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DBB is #DDE244. Grayscale: #2F2F2F. Windows color (decimal): -14541381 or 12262690. OLE color: 12262690.

HSL color Cylindrical-coordinate representation of color #221DBB: hue angle of 241.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221DBB is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 29 187 -
CMYK 0.82 0.84 0 0.27
HSL 241.9º 0.73% 0.42% -
HSV(B) 241.9º 0.84% 0.73% -
XYZ 10.07 4.81 47.41 -
YUV 48.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 34 29 187 0.82 0.84 0 0.27 241.9 0.73 0.42
Hex 22 1D BB 52 54 0 1B F2 49 2A
Octal 42 35 273 122 124 0 33 362 111 52
Binary 100010 11101 10111011 1010010 1010100 0 11011 11110010 1001001 101010

Color Harmonies of #221DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DBB

Black with #221DBB

Text Example


Text Example

White with #221DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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