Html Css Color HEX #2329DC Persian Blue

📋 copy color: '#2329DC'

red 35 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #2329DC

Tints of Persian Blue #2329DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 220 (86.33% from 255) = 74.32%

R = 11.82%
G = 13.85%
B = 74.32%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2329DC (or 0x2329DC) is known color: Persian Blue. HEX triplet: 23, 29 and DC. RGB value is (35,41,220). Sum of RGB (Red+Green+Blue) = 35+41+220=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #2329DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329DC is #DCD623. Grayscale: #3A3A3A. Windows color (decimal): -14472740 or 14428451. OLE color: 14428451.

HSL color Cylindrical-coordinate representation of color #2329DC: hue angle of 238.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2329DC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 41 220 -
CMYK 0.84 0.81 0 0.14
HSL 238.05º 0.73% 0.5% -
HSV(B) 238.05º 0.84% 0.86% -
XYZ 14.4 7.11 68.32 -
YUV 59.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 35 41 220 0.84 0.81 0 0.14 238.05 0.73 0.5
Hex 23 29 DC 54 51 0 E EE 49 32
Octal 43 51 334 124 121 0 16 356 111 62
Binary 100011 101001 11011100 1010100 1010001 0 1110 11101110 1001001 110010

Color Harmonies of #2329DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329DC

Black with #2329DC

Text Example


Text Example

White with #2329DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2329DC; }

 p { color: rgb(35,41,220); }

 H1.HeaderClassName
 {
   color: #2329DC;
 }
 .AnyTagClassName
 {
   color: #2329DC;
 }
</style>

background-color css

<style>
 a { background-color: #2329DC; }

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

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

border-color css

<style>
 span { border-color: #2329DC; }

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

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