Html Css Color HEX #323EAF Persian Blue

📋 copy color: '#323EAF'

red 50 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #323EAF

Tints of Persian Blue #323EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 17.42%
G = 21.6%
B = 60.98%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#323EAF (or 0x323EAF) is known color: Persian Blue. HEX triplet: 32, 3E and AF. RGB value is (50,62,175). Sum of RGB (Red+Green+Blue) = 50+62+175=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #323EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAF is #CDC150. Grayscale: #464646. Windows color (decimal): -13484369 or 11484722. OLE color: 11484722.

HSL color Cylindrical-coordinate representation of color #323EAF: hue angle of 234.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323EAF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 62 175 -
CMYK 0.71 0.65 0 0.31
HSL 234.24º 0.56% 0.44% -
HSV(B) 234.24º 0.71% 0.69% -
XYZ 10.78 7.22 41.38 -
YUV 71.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 50 62 175 0.71 0.65 0 0.31 234.24 0.56 0.44
Hex 32 3E AF 47 41 0 1F EA 38 2C
Octal 62 76 257 107 101 0 37 352 70 54
Binary 110010 111110 10101111 1000111 1000001 0 11111 11101010 111000 101100

Color Harmonies of #323EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EAF

Black with #323EAF

Text Example


Text Example

White with #323EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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