Html Css Color HEX #323ECB Persian Blue

📋 copy color: '#323ECB'

red 50 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #323ECB

Tints of Persian Blue #323ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 15.87%
G = 19.68%
B = 64.44%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#323ECB (or 0x323ECB) is known color: Persian Blue. HEX triplet: 32, 3E and CB. RGB value is (50,62,203). Sum of RGB (Red+Green+Blue) = 50+62+203=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #323ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ECB is #CDC134. Grayscale: #494949. Windows color (decimal): -13484341 or 13319730. OLE color: 13319730.

HSL color Cylindrical-coordinate representation of color #323ECB: hue angle of 235.29º 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 #323ECB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 62 203 -
CMYK 0.75 0.69 0 0.20
HSL 235.29º 0.6% 0.5% -
HSV(B) 235.29º 0.75% 0.8% -
XYZ 13.82 8.44 57.4 -
YUV 74.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 50 62 203 0.75 0.69 0 0.20 235.29 0.6 0.5
Hex 32 3E CB 4B 45 0 14 EB 3C 32
Octal 62 76 313 113 105 0 24 353 74 62
Binary 110010 111110 11001011 1001011 1000101 0 10100 11101011 111100 110010

Color Harmonies of #323ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ECB

Black with #323ECB

Text Example


Text Example

White with #323ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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