Html Css Color HEX #3433AD Persian Blue

📋 copy color: '#3433AD'

red 52 ◦ green 51 ◦ blue 173

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

Shades of Persian Blue #3433AD

Tints of Persian Blue #3433AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 18.84%
G = 18.48%
B = 62.68%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3433AD (or 0x3433AD) is known color: Persian Blue. HEX triplet: 34, 33 and AD. RGB value is (52,51,173). Sum of RGB (Red+Green+Blue) = 52+51+173=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #3433AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3433AD is #CBCC52. Grayscale: #404040. Windows color (decimal): -13356115 or 11350836. OLE color: 11350836.

HSL color Cylindrical-coordinate representation of color #3433AD: hue angle of 240.49º degrees, saturation: 0.54, 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 #3433AD is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 51 173 -
CMYK 0.70 0.71 0 0.32
HSL 240.49º 0.54% 0.44% -
HSV(B) 240.49º 0.71% 0.68% -
XYZ 10.14 6.11 40.18 -
YUV 65.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 52 51 173 0.70 0.71 0 0.32 240.49 0.54 0.44
Hex 34 33 AD 46 47 0 20 F0 36 2C
Octal 64 63 255 106 107 0 40 360 66 54
Binary 110100 110011 10101101 1000110 1000111 0 100000 11110000 110110 101100

Color Harmonies of #3433AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3433AD

Black with #3433AD

Text Example


Text Example

White with #3433AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3433AD; }

 p { color: rgb(52,51,173); }

 H1.HeaderClassName
 {
   color: #3433AD;
 }
 .AnyTagClassName
 {
   color: #3433AD;
 }
</style>

background-color css

<style>
 a { background-color: #3433AD; }

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

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

border-color css

<style>
 span { border-color: #3433AD; }

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

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