Html Css Color HEX #3434AF Persian Blue

📋 copy color: '#3434AF'

red 52 ◦ green 52 ◦ blue 175

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

Shades of Persian Blue #3434AF

Tints of Persian Blue #3434AF

RGB

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

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

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

R = 18.64%
G = 18.64%
B = 62.72%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3434AF (or 0x3434AF) is known color: Persian Blue. HEX triplet: 34, 34 and AF. RGB value is (52,52,175). Sum of RGB (Red+Green+Blue) = 52+52+175=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #3434AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3434AF is #CBCB50. Grayscale: #414141. Windows color (decimal): -13355857 or 11482164. OLE color: 11482164.

HSL color Cylindrical-coordinate representation of color #3434AF: hue angle of 240º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3434AF is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 52 175 -
CMYK 0.70 0.70 0 0.31
HSL 240º 0.54% 0.45% -
HSV(B) 240º 0.7% 0.69% -
XYZ 10.38 6.28 41.22 -
YUV 66.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 52 52 175 0.70 0.70 0 0.31 240 0.54 0.45
Hex 34 34 AF 46 46 0 1F F0 36 2D
Octal 64 64 257 106 106 0 37 360 66 55
Binary 110100 110100 10101111 1000110 1000110 0 11111 11110000 110110 101101

Color Harmonies of #3434AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3434AF

Black with #3434AF

Text Example


Text Example

White with #3434AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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