Html Css Color HEX #221CCB Persian Blue

📋 copy color: '#221CCB'

red 34 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #221CCB

Tints of Persian Blue #221CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 12.83%
G = 10.57%
B = 76.6%

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

#221CCB (or 0x221CCB) is known color: Persian Blue. HEX triplet: 22, 1C and CB. RGB value is (34,28,203). Sum of RGB (Red+Green+Blue) = 34+28+203=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #221CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CCB is #DDE334. Grayscale: #313131. Windows color (decimal): -14541621 or 13311010. OLE color: 13311010.

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

Color convert

RGB 34 28 203 -
CMYK 0.83 0.86 0 0.20
HSL 242.06º 0.76% 0.45% -
HSV(B) 242.06º 0.86% 0.8% -
XYZ 11.85 5.48 56.93 -
YUV 49.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 34 28 203 0.83 0.86 0 0.20 242.06 0.76 0.45
Hex 22 1C CB 53 56 0 14 F2 4C 2D
Octal 42 34 313 123 126 0 24 362 114 55
Binary 100010 11100 11001011 1010011 1010110 0 10100 11110010 1001100 101101

Color Harmonies of #221CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CCB

Black with #221CCB

Text Example


Text Example

White with #221CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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