Html Css Color HEX #323ACD Persian Blue

📋 copy color: '#323ACD'

red 50 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #323ACD

Tints of Persian Blue #323ACD

RGB

 RED value IS 50 (19.92% from 255) = 15.97%

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 15.97%
G = 18.53%
B = 65.5%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#323ACD (or 0x323ACD) is known color: Persian Blue. HEX triplet: 32, 3A and CD. RGB value is (50,58,205). Sum of RGB (Red+Green+Blue) = 50+58+205=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #323ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ACD is #CDC532. Grayscale: #474747. Windows color (decimal): -13485363 or 13449778. OLE color: 13449778.

HSL color Cylindrical-coordinate representation of color #323ACD: hue angle of 236.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323ACD is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 58 205 -
CMYK 0.76 0.72 0 0.20
HSL 236.9º 0.61% 0.5% -
HSV(B) 236.9º 0.76% 0.8% -
XYZ 13.85 8.11 58.59 -
YUV 72.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 50 58 205 0.76 0.72 0 0.20 236.9 0.61 0.5
Hex 32 3A CD 4C 48 0 14 ED 3D 32
Octal 62 72 315 114 110 0 24 355 75 62
Binary 110010 111010 11001101 1001100 1001000 0 10100 11101101 111101 110010

Color Harmonies of #323ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ACD

Black with #323ACD

Text Example


Text Example

White with #323ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323ACD; }

 p { color: rgb(50,58,205); }

 H1.HeaderClassName
 {
   color: #323ACD;
 }
 .AnyTagClassName
 {
   color: #323ACD;
 }
</style>

background-color css

<style>
 a { background-color: #323ACD; }

 a { background-color: rgb(50,58,205); }

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

border-color css

<style>
 span { border-color: #323ACD; }

 span { border-color: rgb(50,58,205); }

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