Html Css Color HEX #2823DB Persian Blue

📋 copy color: '#2823DB'

red 40 ◦ green 35 ◦ blue 219

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

Shades of Persian Blue #2823DB

Tints of Persian Blue #2823DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 13.61%
G = 11.9%
B = 74.49%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2823DB (or 0x2823DB) is known color: Persian Blue. HEX triplet: 28, 23 and DB. RGB value is (40,35,219). Sum of RGB (Red+Green+Blue) = 40+35+219=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #2823DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823DB is #D7DC24. Grayscale: #383838. Windows color (decimal): -14146597 or 14361384. OLE color: 14361384.

HSL color Cylindrical-coordinate representation of color #2823DB: hue angle of 241.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2823DB is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 35 219 -
CMYK 0.82 0.84 0 0.14
HSL 241.63º 0.72% 0.5% -
HSV(B) 241.63º 0.84% 0.86% -
XYZ 14.26 6.77 67.57 -
YUV 57.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 40 35 219 0.82 0.84 0 0.14 241.63 0.72 0.5
Hex 28 23 DB 52 54 0 E F2 48 32
Octal 50 43 333 122 124 0 16 362 110 62
Binary 101000 100011 11011011 1010010 1010100 0 1110 11110010 1001000 110010

Color Harmonies of #2823DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823DB

Black with #2823DB

Text Example


Text Example

White with #2823DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2823DB; }

 p { color: rgb(40,35,219); }

 H1.HeaderClassName
 {
   color: #2823DB;
 }
 .AnyTagClassName
 {
   color: #2823DB;
 }
</style>

background-color css

<style>
 a { background-color: #2823DB; }

 a { background-color: rgb(40,35,219); }

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

border-color css

<style>
 span { border-color: #2823DB; }

 span { border-color: rgb(40,35,219); }

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