Html Css Color HEX #3334AD Persian Blue

📋 copy color: '#3334AD'

red 51 ◦ green 52 ◦ blue 173

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

Shades of Persian Blue #3334AD

Tints of Persian Blue #3334AD

RGB

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

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

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

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

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

#3334AD (or 0x3334AD) is known color: Persian Blue. HEX triplet: 33, 34 and AD. RGB value is (51,52,173). Sum of RGB (Red+Green+Blue) = 51+52+173=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 52 (20.70% from 255 or 18.84% 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 #3334AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334AD is #CCCB52. Grayscale: #414141. Windows color (decimal): -13421395 or 11351091. OLE color: 11351091.

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

Color convert

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

Color Harmonies of #3334AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334AD

Black with #3334AD

Text Example


Text Example

White with #3334AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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