Html Css Color HEX #2823D5 Persian Blue

📋 copy color: '#2823D5'

red 40 ◦ green 35 ◦ blue 213

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

Shades of Persian Blue #2823D5

Tints of Persian Blue #2823D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.96%

R = 13.89%
G = 12.15%
B = 73.96%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2823D5 (or 0x2823D5) is known color: Persian Blue. HEX triplet: 28, 23 and D5. RGB value is (40,35,213). Sum of RGB (Red+Green+Blue) = 40+35+213=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #2823D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823D5 is #D7DC2A. Grayscale: #383838. Windows color (decimal): -14146603 or 13968168. OLE color: 13968168.

HSL color Cylindrical-coordinate representation of color #2823D5: hue angle of 241.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2823D5 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 35 213 -
CMYK 0.81 0.84 0 0.16
HSL 241.69º 0.72% 0.49% -
HSV(B) 241.69º 0.84% 0.84% -
XYZ 13.49 6.46 63.49 -
YUV 56.79 216.16 116.03 -
System Red Green Blue C M Y K H S L
Decimal 40 35 213 0.81 0.84 0 0.16 241.69 0.72 0.49
Hex 28 23 D5 51 54 0 10 F2 48 31
Octal 50 43 325 121 124 0 20 362 110 61
Binary 101000 100011 11010101 1010001 1010100 0 10000 11110010 1001000 110001

Color Harmonies of #2823D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823D5

Black with #2823D5

Text Example


Text Example

White with #2823D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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