Html Css Color HEX #323EBA Persian Blue

📋 copy color: '#323EBA'

red 50 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #323EBA

Tints of Persian Blue #323EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 16.78%
G = 20.81%
B = 62.42%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#323EBA (or 0x323EBA) is known color: Persian Blue. HEX triplet: 32, 3E and BA. RGB value is (50,62,186). Sum of RGB (Red+Green+Blue) = 50+62+186=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #323EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EBA is #CDC145. Grayscale: #484848. Windows color (decimal): -13484358 or 12205618. OLE color: 12205618.

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

Color convert

RGB 50 62 186 -
CMYK 0.73 0.67 0 0.27
HSL 234.71º 0.58% 0.46% -
HSV(B) 234.71º 0.73% 0.73% -
XYZ 11.9 7.67 47.31 -
YUV 72.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 50 62 186 0.73 0.67 0 0.27 234.71 0.58 0.46
Hex 32 3E BA 49 43 0 1B EB 3A 2E
Octal 62 76 272 111 103 0 33 353 72 56
Binary 110010 111110 10111010 1001001 1000011 0 11011 11101011 111010 101110

Color Harmonies of #323EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EBA

Black with #323EBA

Text Example


Text Example

White with #323EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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