Html Css Color HEX #2329CD Persian Blue

📋 copy color: '#2329CD'

red 35 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #2329CD

Tints of Persian Blue #2329CD

RGB

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

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

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

R = 12.46%
G = 14.59%
B = 72.95%

CMYK

 C value IS 0.83

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2329CD (or 0x2329CD) is known color: Persian Blue. HEX triplet: 23, 29 and CD. RGB value is (35,41,205). Sum of RGB (Red+Green+Blue) = 35+41+205=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #2329CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329CD is #DCD632. Grayscale: #393939. Windows color (decimal): -14472755 or 13445411. OLE color: 13445411.

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

Color convert

RGB 35 41 205 -
CMYK 0.83 0.8 0 0.20
HSL 237.88º 0.71% 0.47% -
HSV(B) 237.88º 0.83% 0.8% -
XYZ 12.51 6.35 58.32 -
YUV 57.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 35 41 205 0.83 0.8 0 0.20 237.88 0.71 0.47
Hex 23 29 CD 53 50 0 14 EE 47 2F
Octal 43 51 315 123 120 0 24 356 107 57
Binary 100011 101001 11001101 1010011 1010000 0 10100 11101110 1000111 101111

Color Harmonies of #2329CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329CD

Black with #2329CD

Text Example


Text Example

White with #2329CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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