Html Css Color HEX #323EBC Persian Blue

📋 copy color: '#323EBC'

red 50 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #323EBC

Tints of Persian Blue #323EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 16.67%
G = 20.67%
B = 62.67%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#323EBC (or 0x323EBC) is known color: Persian Blue. HEX triplet: 32, 3E and BC. RGB value is (50,62,188). Sum of RGB (Red+Green+Blue) = 50+62+188=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #323EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EBC is #CDC143. Grayscale: #484848. Windows color (decimal): -13484356 or 12336690. OLE color: 12336690.

HSL color Cylindrical-coordinate representation of color #323EBC: hue angle of 234.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323EBC is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 62 188 -
CMYK 0.73 0.67 0 0.26
HSL 234.78º 0.58% 0.47% -
HSV(B) 234.78º 0.73% 0.74% -
XYZ 12.12 7.75 48.44 -
YUV 72.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 50 62 188 0.73 0.67 0 0.26 234.78 0.58 0.47
Hex 32 3E BC 49 43 0 1A EB 3A 2F
Octal 62 76 274 111 103 0 32 353 72 57
Binary 110010 111110 10111100 1001001 1000011 0 11010 11101011 111010 101111

Color Harmonies of #323EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EBC

Black with #323EBC

Text Example


Text Example

White with #323EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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