Html Css Color HEX #221DC5 Persian Blue

📋 copy color: '#221DC5'

red 34 ◦ green 29 ◦ blue 197

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

Shades of Persian Blue #221DC5

Tints of Persian Blue #221DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 75.77%

R = 13.08%
G = 11.15%
B = 75.77%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#221DC5 (or 0x221DC5) is known color: Persian Blue. HEX triplet: 22, 1D and C5. RGB value is (34,29,197). Sum of RGB (Red+Green+Blue) = 34+29+197=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #221DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DC5 is #DDE23A. Grayscale: #303030. Windows color (decimal): -14541371 or 12918050. OLE color: 12918050.

HSL color Cylindrical-coordinate representation of color #221DC5: hue angle of 241.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221DC5 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 29 197 -
CMYK 0.83 0.85 0 0.23
HSL 241.79º 0.74% 0.44% -
HSV(B) 241.79º 0.85% 0.77% -
XYZ 11.18 5.25 53.25 -
YUV 49.65 211.16 116.84 -
System Red Green Blue C M Y K H S L
Decimal 34 29 197 0.83 0.85 0 0.23 241.79 0.74 0.44
Hex 22 1D C5 53 55 0 17 F2 4A 2C
Octal 42 35 305 123 125 0 27 362 112 54
Binary 100010 11101 11000101 1010011 1010101 0 10111 11110010 1001010 101100

Color Harmonies of #221DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DC5

Black with #221DC5

Text Example


Text Example

White with #221DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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