Html Css Color HEX #221CAF Persian Blue

📋 copy color: '#221CAF'

red 34 ◦ green 28 ◦ blue 175

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

Shades of Persian Blue #221CAF

Tints of Persian Blue #221CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 14.35%
G = 11.81%
B = 73.84%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#221CAF (or 0x221CAF) is known color: Persian Blue. HEX triplet: 22, 1C and AF. RGB value is (34,28,175). Sum of RGB (Red+Green+Blue) = 34+28+175=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #221CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221CAF is #DDE350. Grayscale: #2D2D2D. Windows color (decimal): -14541649 or 11476002. OLE color: 11476002.

HSL color Cylindrical-coordinate representation of color #221CAF: hue angle of 242.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221CAF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 28 175 -
CMYK 0.81 0.84 0 0.31
HSL 242.45º 0.72% 0.4% -
HSV(B) 242.45º 0.84% 0.69% -
XYZ 8.81 4.27 40.92 -
YUV 46.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 34 28 175 0.81 0.84 0 0.31 242.45 0.72 0.4
Hex 22 1C AF 51 54 0 1F F2 48 28
Octal 42 34 257 121 124 0 37 362 110 50
Binary 100010 11100 10101111 1010001 1010100 0 11111 11110010 1001000 101000

Color Harmonies of #221CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CAF

Black with #221CAF

Text Example


Text Example

White with #221CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,28,175); }

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

background-color css

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

 a { background-color: rgb(34,28,175); }

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

border-color css

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

 span { border-color: rgb(34,28,175); }

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