Html Css Color HEX #323BAF Persian Blue

📋 copy color: '#323BAF'

red 50 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #323BAF

Tints of Persian Blue #323BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

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

R = 17.61%
G = 20.77%
B = 61.62%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#323BAF (or 0x323BAF) is known color: Persian Blue. HEX triplet: 32, 3B and AF. RGB value is (50,59,175). Sum of RGB (Red+Green+Blue) = 50+59+175=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #323BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAF is #CDC450. Grayscale: #454545. Windows color (decimal): -13485137 or 11483954. OLE color: 11483954.

HSL color Cylindrical-coordinate representation of color #323BAF: hue angle of 235.68º 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 #323BAF is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 59 175 -
CMYK 0.71 0.66 0 0.31
HSL 235.68º 0.56% 0.44% -
HSV(B) 235.68º 0.71% 0.69% -
XYZ 10.62 6.9 41.33 -
YUV 69.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 50 59 175 0.71 0.66 0 0.31 235.68 0.56 0.44
Hex 32 3B AF 47 42 0 1F EC 38 2C
Octal 62 73 257 107 102 0 37 354 70 54
Binary 110010 111011 10101111 1000111 1000010 0 11111 11101100 111000 101100

Color Harmonies of #323BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BAF

Black with #323BAF

Text Example


Text Example

White with #323BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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