Html Css Color HEX #3234AE Persian Blue

📋 copy color: '#3234AE'

red 50 ◦ green 52 ◦ blue 174

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

Shades of Persian Blue #3234AE

Tints of Persian Blue #3234AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 18.12%
G = 18.84%
B = 63.04%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3234AE (or 0x3234AE) is known color: Persian Blue. HEX triplet: 32, 34 and AE. RGB value is (50,52,174). Sum of RGB (Red+Green+Blue) = 50+52+174=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #3234AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3234AE is #CDCB51. Grayscale: #404040. Windows color (decimal): -13486930 or 11416626. OLE color: 11416626.

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

Color convert

RGB 50 52 174 -
CMYK 0.71 0.70 0 0.32
HSL 239.03º 0.55% 0.44% -
HSV(B) 239.03º 0.71% 0.68% -
XYZ 10.18 6.19 40.7 -
YUV 65.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 50 52 174 0.71 0.70 0 0.32 239.03 0.55 0.44
Hex 32 34 AE 47 46 0 20 EF 37 2C
Octal 62 64 256 107 106 0 40 357 67 54
Binary 110010 110100 10101110 1000111 1000110 0 100000 11101111 110111 101100

Color Harmonies of #3234AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3234AE

Black with #3234AE

Text Example


Text Example

White with #3234AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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