Html Css Color HEX #221CCD Persian Blue

📋 copy color: '#221CCD'

red 34 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #221CCD

Tints of Persian Blue #221CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.78%

R = 12.73%
G = 10.49%
B = 76.78%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#221CCD (or 0x221CCD) is known color: Persian Blue. HEX triplet: 22, 1C and CD. RGB value is (34,28,205). Sum of RGB (Red+Green+Blue) = 34+28+205=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #221CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CCD is #DDE332. Grayscale: #313131. Windows color (decimal): -14541619 or 13442082. OLE color: 13442082.

HSL color Cylindrical-coordinate representation of color #221CCD: hue angle of 242.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221CCD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 28 205 -
CMYK 0.83 0.86 0 0.20
HSL 242.03º 0.76% 0.46% -
HSV(B) 242.03º 0.86% 0.8% -
XYZ 12.09 5.58 58.2 -
YUV 49.97 215.49 116.61 -
System Red Green Blue C M Y K H S L
Decimal 34 28 205 0.83 0.86 0 0.20 242.03 0.76 0.46
Hex 22 1C CD 53 56 0 14 F2 4C 2E
Octal 42 34 315 123 126 0 24 362 114 56
Binary 100010 11100 11001101 1010011 1010110 0 10100 11110010 1001100 101110

Color Harmonies of #221CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CCD

Black with #221CCD

Text Example


Text Example

White with #221CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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