Html Css Color HEX #2320CA Persian Blue

📋 copy color: '#2320CA'

red 35 ◦ green 32 ◦ blue 202

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

Shades of Persian Blue #2320CA

Tints of Persian Blue #2320CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.09%

R = 13.01%
G = 11.9%
B = 75.09%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2320CA (or 0x2320CA) is known color: Persian Blue. HEX triplet: 23, 20 and CA. RGB value is (35,32,202). Sum of RGB (Red+Green+Blue) = 35+32+202=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #2320CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320CA is #DCDF35. Grayscale: #333333. Windows color (decimal): -14475062 or 13246499. OLE color: 13246499.

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

Color convert

RGB 35 32 202 -
CMYK 0.83 0.84 0 0.21
HSL 241.06º 0.73% 0.46% -
HSV(B) 241.06º 0.84% 0.79% -
XYZ 11.87 5.65 56.34 -
YUV 52.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 35 32 202 0.83 0.84 0 0.21 241.06 0.73 0.46
Hex 23 20 CA 53 54 0 15 F1 49 2E
Octal 43 40 312 123 124 0 25 361 111 56
Binary 100011 100000 11001010 1010011 1010100 0 10101 11110001 1001001 101110

Color Harmonies of #2320CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320CA

Black with #2320CA

Text Example


Text Example

White with #2320CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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