Html Css Color HEX #3334AA Persian Blue

📋 copy color: '#3334AA'

red 51 ◦ green 52 ◦ blue 170

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

Shades of Persian Blue #3334AA

Tints of Persian Blue #3334AA

RGB

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

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

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

R = 18.68%
G = 19.05%
B = 62.27%

CMYK

 C value IS 0.7

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3334AA (or 0x3334AA) is known color: Persian Blue. HEX triplet: 33, 34 and AA. RGB value is (51,52,170). Sum of RGB (Red+Green+Blue) = 51+52+170=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #3334AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334AA is #CCCB55. Grayscale: #404040. Windows color (decimal): -13421398 or 11154483. OLE color: 11154483.

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

Color convert

RGB 51 52 170 -
CMYK 0.7 0.69 0 0.33
HSL 239.5º 0.54% 0.43% -
HSV(B) 239.5º 0.7% 0.67% -
XYZ 9.85 6.06 38.68 -
YUV 65.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 51 52 170 0.7 0.69 0 0.33 239.5 0.54 0.43
Hex 33 34 AA 46 45 0 21 EF 36 2B
Octal 63 64 252 106 105 0 41 357 66 53
Binary 110011 110100 10101010 1000110 1000101 0 100001 11101111 110110 101011

Color Harmonies of #3334AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334AA

Black with #3334AA

Text Example


Text Example

White with #3334AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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