Html Css Color HEX #2C21DD Persian Blue

📋 copy color: '#2C21DD'

red 44 ◦ green 33 ◦ blue 221

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

Shades of Persian Blue #2C21DD

Tints of Persian Blue #2C21DD

RGB

 RED value IS 44 (17.58% from 255) = 14.77%

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 14.77%
G = 11.07%
B = 74.16%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C21DD (or 0x2C21DD) is known color: Persian Blue. HEX triplet: 2C, 21 and DD. RGB value is (44,33,221). Sum of RGB (Red+Green+Blue) = 44+33+221=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C21DD is #D3DE22. Grayscale: #383838. Windows color (decimal): -13884963 or 14491948. OLE color: 14491948.

HSL color Cylindrical-coordinate representation of color #2C21DD: hue angle of 243.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C21DD is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 33 221 -
CMYK 0.80 0.85 0 0.13
HSL 243.51º 0.74% 0.5% -
HSV(B) 243.51º 0.85% 0.87% -
XYZ 14.63 6.84 68.96 -
YUV 57.72 220.14 118.21 -
System Red Green Blue C M Y K H S L
Decimal 44 33 221 0.80 0.85 0 0.13 243.51 0.74 0.5
Hex 2C 21 DD 50 55 0 D F4 4A 32
Octal 54 41 335 120 125 0 15 364 112 62
Binary 101100 100001 11011101 1010000 1010101 0 1101 11110100 1001010 110010

Color Harmonies of #2C21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C21DD

Black with #2C21DD

Text Example


Text Example

White with #2C21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C21DD; }

 p { color: rgb(44,33,221); }

 H1.HeaderClassName
 {
   color: #2C21DD;
 }
 .AnyTagClassName
 {
   color: #2C21DD;
 }
</style>

background-color css

<style>
 a { background-color: #2C21DD; }

 a { background-color: rgb(44,33,221); }

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

border-color css

<style>
 span { border-color: #2C21DD; }

 span { border-color: rgb(44,33,221); }

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