Html Css Color HEX #2823C9 Persian Blue

📋 copy color: '#2823C9'

red 40 ◦ green 35 ◦ blue 201

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

Shades of Persian Blue #2823C9

Tints of Persian Blue #2823C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 72.83%

R = 14.49%
G = 12.68%
B = 72.83%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2823C9 (or 0x2823C9) is known color: Persian Blue. HEX triplet: 28, 23 and C9. RGB value is (40,35,201). Sum of RGB (Red+Green+Blue) = 40+35+201=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #2823C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823C9 is #D7DC36. Grayscale: #363636. Windows color (decimal): -14146615 or 13181736. OLE color: 13181736.

HSL color Cylindrical-coordinate representation of color #2823C9: hue angle of 241.81º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2823C9 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 35 201 -
CMYK 0.80 0.83 0 0.21
HSL 241.81º 0.7% 0.46% -
HSV(B) 241.81º 0.83% 0.79% -
XYZ 12.02 5.87 55.76 -
YUV 55.42 210.16 117 -
System Red Green Blue C M Y K H S L
Decimal 40 35 201 0.80 0.83 0 0.21 241.81 0.7 0.46
Hex 28 23 C9 50 53 0 15 F2 46 2E
Octal 50 43 311 120 123 0 25 362 106 56
Binary 101000 100011 11001001 1010000 1010011 0 10101 11110010 1000110 101110

Color Harmonies of #2823C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823C9

Black with #2823C9

Text Example


Text Example

White with #2823C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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