Html Css Color HEX #221BCC Persian Blue

📋 copy color: '#221BCC'

red 34 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #221BCC

Tints of Persian Blue #221BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 12.83%
G = 10.19%
B = 76.98%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#221BCC (or 0x221BCC) is known color: Persian Blue. HEX triplet: 22, 1B and CC. RGB value is (34,27,204). Sum of RGB (Red+Green+Blue) = 34+27+204=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #221BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BCC is #DDE433. Grayscale: #303030. Windows color (decimal): -14541876 or 13376290. OLE color: 13376290.

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

Color convert

RGB 34 27 204 -
CMYK 0.83 0.87 0 0.2
HSL 242.37º 0.77% 0.45% -
HSV(B) 242.37º 0.87% 0.8% -
XYZ 11.95 5.48 57.56 -
YUV 49.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 34 27 204 0.83 0.87 0 0.2 242.37 0.77 0.45
Hex 22 1B CC 53 57 0 14 F2 4D 2D
Octal 42 33 314 123 127 0 24 362 115 55
Binary 100010 11011 11001100 1010011 1010111 0 10100 11110010 1001101 101101

Color Harmonies of #221BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BCC

Black with #221BCC

Text Example


Text Example

White with #221BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,27,204); }

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

background-color css

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

 a { background-color: rgb(34,27,204); }

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

border-color css

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

 span { border-color: rgb(34,27,204); }

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