Html Css Color HEX #3431AE Persian Blue

📋 copy color: '#3431AE'

red 52 ◦ green 49 ◦ blue 174

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

Shades of Persian Blue #3431AE

Tints of Persian Blue #3431AE

RGB

 RED value IS 52 (20.7% from 255) = 18.91%

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 18.91%
G = 17.82%
B = 63.27%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3431AE (or 0x3431AE) is known color: Persian Blue. HEX triplet: 34, 31 and AE. RGB value is (52,49,174). Sum of RGB (Red+Green+Blue) = 52+49+174=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3431AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431AE is #CBCE51. Grayscale: #3F3F3F. Windows color (decimal): -13356626 or 11415860. OLE color: 11415860.

HSL color Cylindrical-coordinate representation of color #3431AE: hue angle of 241.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3431AE is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 49 174 -
CMYK 0.70 0.72 0 0.32
HSL 241.44º 0.56% 0.44% -
HSV(B) 241.44º 0.72% 0.68% -
XYZ 10.15 5.98 40.66 -
YUV 64.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 52 49 174 0.70 0.72 0 0.32 241.44 0.56 0.44
Hex 34 31 AE 46 48 0 20 F1 38 2C
Octal 64 61 256 106 110 0 40 361 70 54
Binary 110100 110001 10101110 1000110 1001000 0 100000 11110001 111000 101100

Color Harmonies of #3431AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3431AE

Black with #3431AE

Text Example


Text Example

White with #3431AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3431AE; }

 p { color: rgb(52,49,174); }

 H1.HeaderClassName
 {
   color: #3431AE;
 }
 .AnyTagClassName
 {
   color: #3431AE;
 }
</style>

background-color css

<style>
 a { background-color: #3431AE; }

 a { background-color: rgb(52,49,174); }

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

border-color css

<style>
 span { border-color: #3431AE; }

 span { border-color: rgb(52,49,174); }

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