Html Css Color HEX #2323CD Persian Blue

📋 copy color: '#2323CD'

red 35 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #2323CD

Tints of Persian Blue #2323CD

RGB

 RED value IS 35 (14.06% from 255) = 12.73%

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

 BLUE value IS 205 (80.47% from 255) = 74.55%

R = 12.73%
G = 12.73%
B = 74.55%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2323CD (or 0x2323CD) is known color: Persian Blue. HEX triplet: 23, 23 and CD. RGB value is (35,35,205). Sum of RGB (Red+Green+Blue) = 35+35+205=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #2323CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2323CD is #DCDC32. Grayscale: #353535. Windows color (decimal): -14474291 or 13443875. OLE color: 13443875.

HSL color Cylindrical-coordinate representation of color #2323CD: hue angle of 240º 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 #2323CD is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 35 205 -
CMYK 0.83 0.83 0 0.20
HSL 240º 0.71% 0.47% -
HSV(B) 240º 0.83% 0.8% -
XYZ 12.31 5.97 58.26 -
YUV 54.38 213 114.18 -
System Red Green Blue C M Y K H S L
Decimal 35 35 205 0.83 0.83 0 0.20 240 0.71 0.47
Hex 23 23 CD 53 53 0 14 F0 47 2F
Octal 43 43 315 123 123 0 24 360 107 57
Binary 100011 100011 11001101 1010011 1010011 0 10100 11110000 1000111 101111

Color Harmonies of #2323CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2323CD

Black with #2323CD

Text Example


Text Example

White with #2323CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2323CD; }

 p { color: rgb(35,35,205); }

 H1.HeaderClassName
 {
   color: #2323CD;
 }
 .AnyTagClassName
 {
   color: #2323CD;
 }
</style>

background-color css

<style>
 a { background-color: #2323CD; }

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

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

border-color css

<style>
 span { border-color: #2323CD; }

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

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