Html Css Color HEX #2320CB Persian Blue

📋 copy color: '#2320CB'

red 35 ◦ green 32 ◦ blue 203

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

Shades of Persian Blue #2320CB

Tints of Persian Blue #2320CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 12.96%
G = 11.85%
B = 75.19%

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

#2320CB (or 0x2320CB) is known color: Persian Blue. HEX triplet: 23, 20 and CB. RGB value is (35,32,203). Sum of RGB (Red+Green+Blue) = 35+32+203=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #2320CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320CB is #DCDF34. Grayscale: #333333. Windows color (decimal): -14475061 or 13312035. OLE color: 13312035.

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

Color convert

RGB 35 32 203 -
CMYK 0.83 0.84 0 0.20
HSL 241.05º 0.73% 0.46% -
HSV(B) 241.05º 0.84% 0.8% -
XYZ 11.99 5.7 56.97 -
YUV 52.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 35 32 203 0.83 0.84 0 0.20 241.05 0.73 0.46
Hex 23 20 CB 53 54 0 14 F1 49 2E
Octal 43 40 313 123 124 0 24 361 111 56
Binary 100011 100000 11001011 1010011 1010100 0 10100 11110001 1001001 101110

Color Harmonies of #2320CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320CB

Black with #2320CB

Text Example


Text Example

White with #2320CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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