Html Css Color HEX #2820CC Persian Blue

📋 copy color: '#2820CC'

red 40 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2820CC

Tints of Persian Blue #2820CC

RGB

 RED value IS 40 (16.02% from 255) = 14.49%

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 14.49%
G = 11.59%
B = 73.91%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2820CC (or 0x2820CC) is known color: Persian Blue. HEX triplet: 28, 20 and CC. RGB value is (40,32,204). Sum of RGB (Red+Green+Blue) = 40+32+204=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2820CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820CC is #D7DF33. Grayscale: #353535. Windows color (decimal): -14147380 or 13377576. OLE color: 13377576.

HSL color Cylindrical-coordinate representation of color #2820CC: hue angle of 242.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2820CC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 32 204 -
CMYK 0.80 0.84 0 0.2
HSL 242.79º 0.73% 0.46% -
HSV(B) 242.79º 0.84% 0.8% -
XYZ 12.29 5.84 57.61 -
YUV 54 212.65 118.01 -
System Red Green Blue C M Y K H S L
Decimal 40 32 204 0.80 0.84 0 0.2 242.79 0.73 0.46
Hex 28 20 CC 50 54 0 14 F3 49 2E
Octal 50 40 314 120 124 0 24 363 111 56
Binary 101000 100000 11001100 1010000 1010100 0 10100 11110011 1001001 101110

Color Harmonies of #2820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820CC

Black with #2820CC

Text Example


Text Example

White with #2820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2820CC; }

 p { color: rgb(40,32,204); }

 H1.HeaderClassName
 {
   color: #2820CC;
 }
 .AnyTagClassName
 {
   color: #2820CC;
 }
</style>

background-color css

<style>
 a { background-color: #2820CC; }

 a { background-color: rgb(40,32,204); }

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

border-color css

<style>
 span { border-color: #2820CC; }

 span { border-color: rgb(40,32,204); }

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