Html Css Color HEX #2320CD Persian Blue

📋 copy color: '#2320CD'

red 35 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #2320CD

Tints of Persian Blue #2320CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 12.87%
G = 11.76%
B = 75.37%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2320CD (or 0x2320CD) is known color: Persian Blue. HEX triplet: 23, 20 and CD. RGB value is (35,32,205). Sum of RGB (Red+Green+Blue) = 35+32+205=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #2320CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320CD is #DCDF32. Grayscale: #333333. Windows color (decimal): -14475059 or 13443107. OLE color: 13443107.

HSL color Cylindrical-coordinate representation of color #2320CD: hue angle of 241.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2320CD is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 32 205 -
CMYK 0.83 0.84 0 0.20
HSL 241.04º 0.73% 0.46% -
HSV(B) 241.04º 0.84% 0.8% -
XYZ 12.23 5.8 58.23 -
YUV 52.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 35 32 205 0.83 0.84 0 0.20 241.04 0.73 0.46
Hex 23 20 CD 53 54 0 14 F1 49 2E
Octal 43 40 315 123 124 0 24 361 111 56
Binary 100011 100000 11001101 1010011 1010100 0 10100 11110001 1001001 101110

Color Harmonies of #2320CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320CD

Black with #2320CD

Text Example


Text Example

White with #2320CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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