Html Css Color HEX #2823CC Persian Blue

📋 copy color: '#2823CC'

red 40 ◦ green 35 ◦ blue 204

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

Shades of Persian Blue #2823CC

Tints of Persian Blue #2823CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 14.34%
G = 12.54%
B = 73.12%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2823CC (or 0x2823CC) is known color: Persian Blue. HEX triplet: 28, 23 and CC. RGB value is (40,35,204). Sum of RGB (Red+Green+Blue) = 40+35+204=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2823CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823CC is #D7DC33. Grayscale: #373737. Windows color (decimal): -14146612 or 13378344. OLE color: 13378344.

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

Color convert

RGB 40 35 204 -
CMYK 0.80 0.83 0 0.2
HSL 241.78º 0.71% 0.47% -
HSV(B) 241.78º 0.83% 0.8% -
XYZ 12.38 6.01 57.64 -
YUV 55.76 211.66 116.76 -
System Red Green Blue C M Y K H S L
Decimal 40 35 204 0.80 0.83 0 0.2 241.78 0.71 0.47
Hex 28 23 CC 50 53 0 14 F2 47 2F
Octal 50 43 314 120 123 0 24 362 107 57
Binary 101000 100011 11001100 1010000 1010011 0 10100 11110010 1000111 101111

Color Harmonies of #2823CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2823CC

Black with #2823CC

Text Example


Text Example

White with #2823CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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