Html Css Color HEX #221BCE Persian Blue

📋 copy color: '#221BCE'

red 34 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #221BCE

Tints of Persian Blue #221BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.15%

R = 12.73%
G = 10.11%
B = 77.15%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#221BCE (or 0x221BCE) is known color: Persian Blue. HEX triplet: 22, 1B and CE. RGB value is (34,27,206). Sum of RGB (Red+Green+Blue) = 34+27+206=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #221BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BCE is #DDE431. Grayscale: #303030. Windows color (decimal): -14541874 or 13507362. OLE color: 13507362.

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

Color convert

RGB 34 27 206 -
CMYK 0.83 0.87 0 0.19
HSL 242.35º 0.77% 0.46% -
HSV(B) 242.35º 0.87% 0.81% -
XYZ 12.19 5.58 58.83 -
YUV 49.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 34 27 206 0.83 0.87 0 0.19 242.35 0.77 0.46
Hex 22 1B CE 53 57 0 13 F2 4D 2E
Octal 42 33 316 123 127 0 23 362 115 56
Binary 100010 11011 11001110 1010011 1010111 0 10011 11110010 1001101 101110

Color Harmonies of #221BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BCE

Black with #221BCE

Text Example


Text Example

White with #221BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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