Html Css Color HEX #3340AD Persian Blue

📋 copy color: '#3340AD'

red 51 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #3340AD

Tints of Persian Blue #3340AD

RGB

 RED value IS 51 (20.31% from 255) = 17.71%

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 17.71%
G = 22.22%
B = 60.07%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3340AD (or 0x3340AD) is known color: Persian Blue. HEX triplet: 33, 40 and AD. RGB value is (51,64,173). Sum of RGB (Red+Green+Blue) = 51+64+173=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3340AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340AD is #CCBF52. Grayscale: #484848. Windows color (decimal): -13418323 or 11354163. OLE color: 11354163.

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

Color convert

RGB 51 64 173 -
CMYK 0.71 0.63 0 0.32
HSL 233.61º 0.54% 0.44% -
HSV(B) 233.61º 0.71% 0.68% -
XYZ 10.74 7.39 40.4 -
YUV 72.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 51 64 173 0.71 0.63 0 0.32 233.61 0.54 0.44
Hex 33 40 AD 47 3F 0 20 EA 36 2C
Octal 63 100 255 107 77 0 40 352 66 54
Binary 110011 1000000 10101101 1000111 111111 0 100000 11101010 110110 101100

Color Harmonies of #3340AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340AD

Black with #3340AD

Text Example


Text Example

White with #3340AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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