Html Css Color HEX #323ACB Persian Blue

📋 copy color: '#323ACB'

red 50 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #323ACB

Tints of Persian Blue #323ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 16.08%
G = 18.65%
B = 65.27%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#323ACB (or 0x323ACB) is known color: Persian Blue. HEX triplet: 32, 3A and CB. RGB value is (50,58,203). Sum of RGB (Red+Green+Blue) = 50+58+203=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #323ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ACB is #CDC534. Grayscale: #474747. Windows color (decimal): -13485365 or 13318706. OLE color: 13318706.

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

Color convert

RGB 50 58 203 -
CMYK 0.75 0.71 0 0.20
HSL 236.86º 0.6% 0.5% -
HSV(B) 236.86º 0.75% 0.8% -
XYZ 13.61 8.02 57.33 -
YUV 72.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 50 58 203 0.75 0.71 0 0.20 236.86 0.6 0.5
Hex 32 3A CB 4B 47 0 14 ED 3C 32
Octal 62 72 313 113 107 0 24 355 74 62
Binary 110010 111010 11001011 1001011 1000111 0 10100 11101101 111100 110010

Color Harmonies of #323ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ACB

Black with #323ACB

Text Example


Text Example

White with #323ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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