Html Css Color HEX #2320CC Persian Blue

📋 copy color: '#2320CC'

red 35 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2320CC

Tints of Persian Blue #2320CC

RGB

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

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

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

R = 12.92%
G = 11.81%
B = 75.28%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2320CC (or 0x2320CC) is known color: Persian Blue. HEX triplet: 23, 20 and CC. RGB value is (35,32,204). Sum of RGB (Red+Green+Blue) = 35+32+204=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #2320CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320CC is #DCDF33. Grayscale: #333333. Windows color (decimal): -14475060 or 13377571. OLE color: 13377571.

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

Color convert

RGB 35 32 204 -
CMYK 0.83 0.84 0 0.2
HSL 241.05º 0.73% 0.46% -
HSV(B) 241.05º 0.84% 0.8% -
XYZ 12.11 5.75 57.6 -
YUV 52.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 35 32 204 0.83 0.84 0 0.2 241.05 0.73 0.46
Hex 23 20 CC 53 54 0 14 F1 49 2E
Octal 43 40 314 123 124 0 24 361 111 56
Binary 100011 100000 11001100 1010011 1010100 0 10100 11110001 1001001 101110

Color Harmonies of #2320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320CC

Black with #2320CC

Text Example


Text Example

White with #2320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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