Html Css Color HEX #3434AA Persian Blue

📋 copy color: '#3434AA'

red 52 ◦ green 52 ◦ blue 170

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

Shades of Persian Blue #3434AA

Tints of Persian Blue #3434AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 18.98%
G = 18.98%
B = 62.04%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3434AA (or 0x3434AA) is known color: Persian Blue. HEX triplet: 34, 34 and AA. RGB value is (52,52,170). Sum of RGB (Red+Green+Blue) = 52+52+170=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3434AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3434AA is #CBCB55. Grayscale: #404040. Windows color (decimal): -13355862 or 11154484. OLE color: 11154484.

HSL color Cylindrical-coordinate representation of color #3434AA: hue angle of 240º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3434AA is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 52 170 -
CMYK 0.69 0.69 0 0.33
HSL 240º 0.53% 0.44% -
HSV(B) 240º 0.69% 0.67% -
XYZ 9.9 6.09 38.68 -
YUV 65.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 52 52 170 0.69 0.69 0 0.33 240 0.53 0.44
Hex 34 34 AA 45 45 0 21 F0 35 2C
Octal 64 64 252 105 105 0 41 360 65 54
Binary 110100 110100 10101010 1000101 1000101 0 100001 11110000 110101 101100

Color Harmonies of #3434AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3434AA

Black with #3434AA

Text Example


Text Example

White with #3434AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3434AA; }

 p { color: rgb(52,52,170); }

 H1.HeaderClassName
 {
   color: #3434AA;
 }
 .AnyTagClassName
 {
   color: #3434AA;
 }
</style>

background-color css

<style>
 a { background-color: #3434AA; }

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

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

border-color css

<style>
 span { border-color: #3434AA; }

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

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