Html Css Color HEX #2823CE Persian Blue

📋 copy color: '#2823CE'

red 40 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #2823CE

Tints of Persian Blue #2823CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 14.23%
G = 12.46%
B = 73.31%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2823CE (or 0x2823CE) is known color: Persian Blue. HEX triplet: 28, 23 and CE. RGB value is (40,35,206). Sum of RGB (Red+Green+Blue) = 40+35+206=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2823CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823CE is #D7DC31. Grayscale: #373737. Windows color (decimal): -14146610 or 13509416. OLE color: 13509416.

HSL color Cylindrical-coordinate representation of color #2823CE: hue angle of 241.75º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2823CE is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 35 206 -
CMYK 0.81 0.83 0 0.19
HSL 241.75º 0.71% 0.47% -
HSV(B) 241.75º 0.83% 0.81% -
XYZ 12.62 6.11 58.91 -
YUV 55.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 40 35 206 0.81 0.83 0 0.19 241.75 0.71 0.47
Hex 28 23 CE 51 53 0 13 F2 47 2F
Octal 50 43 316 121 123 0 23 362 107 57
Binary 101000 100011 11001110 1010001 1010011 0 10011 11110010 1000111 101111

Color Harmonies of #2823CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823CE

Black with #2823CE

Text Example


Text Example

White with #2823CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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