Html Css Color HEX #221CB4 Persian Blue

📋 copy color: '#221CB4'

red 34 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #221CB4

Tints of Persian Blue #221CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 74.38%

R = 14.05%
G = 11.57%
B = 74.38%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#221CB4 (or 0x221CB4) is known color: Persian Blue. HEX triplet: 22, 1C and B4. RGB value is (34,28,180). Sum of RGB (Red+Green+Blue) = 34+28+180=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #221CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CB4 is #DDE34B. Grayscale: #2E2E2E. Windows color (decimal): -14541644 or 11803682. OLE color: 11803682.

HSL color Cylindrical-coordinate representation of color #221CB4: hue angle of 242.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221CB4 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 28 180 -
CMYK 0.81 0.84 0 0.29
HSL 242.37º 0.73% 0.41% -
HSV(B) 242.37º 0.84% 0.71% -
XYZ 9.31 4.47 43.55 -
YUV 47.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 34 28 180 0.81 0.84 0 0.29 242.37 0.73 0.41
Hex 22 1C B4 51 54 0 1D F2 49 29
Octal 42 34 264 121 124 0 35 362 111 51
Binary 100010 11100 10110100 1010001 1010100 0 11101 11110010 1001001 101001

Color Harmonies of #221CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CB4

Black with #221CB4

Text Example


Text Example

White with #221CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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