Html Css Color HEX #2823DF Persian Blue

📋 copy color: '#2823DF'

red 40 ◦ green 35 ◦ blue 223

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

Shades of Persian Blue #2823DF

Tints of Persian Blue #2823DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.83%

R = 13.42%
G = 11.74%
B = 74.83%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2823DF (or 0x2823DF) is known color: Persian Blue. HEX triplet: 28, 23 and DF. RGB value is (40,35,223). Sum of RGB (Red+Green+Blue) = 40+35+223=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #2823DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823DF is #D7DC20. Grayscale: #393939. Windows color (decimal): -14146593 or 14623528. OLE color: 14623528.

HSL color Cylindrical-coordinate representation of color #2823DF: hue angle of 241.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2823DF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 35 223 -
CMYK 0.82 0.84 0 0.13
HSL 241.6º 0.75% 0.51% -
HSV(B) 241.6º 0.84% 0.87% -
XYZ 14.8 6.98 70.38 -
YUV 57.93 221.16 115.21 -
System Red Green Blue C M Y K H S L
Decimal 40 35 223 0.82 0.84 0 0.13 241.6 0.75 0.51
Hex 28 23 DF 52 54 0 D F2 4B 33
Octal 50 43 337 122 124 0 15 362 113 63
Binary 101000 100011 11011111 1010010 1010100 0 1101 11110010 1001011 110011

Color Harmonies of #2823DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823DF

Black with #2823DF

Text Example


Text Example

White with #2823DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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