Html Css Color HEX #3733AA Persian Blue

📋 copy color: '#3733AA'

red 55 ◦ green 51 ◦ blue 170

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

Shades of Persian Blue #3733AA

Tints of Persian Blue #3733AA

RGB

 RED value IS 55 (21.88% from 255) = 19.93%

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

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

R = 19.93%
G = 18.48%
B = 61.59%

CMYK

 C value IS 0.68

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3733AA (or 0x3733AA) is known color: Persian Blue. HEX triplet: 37, 33 and AA. RGB value is (55,51,170). Sum of RGB (Red+Green+Blue) = 55+51+170=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #3733AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3733AA is #C8CC55. Grayscale: #414141. Windows color (decimal): -13159510 or 11154231. OLE color: 11154231.

HSL color Cylindrical-coordinate representation of color #3733AA: hue angle of 242.02º 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 #3733AA is Cyan = 0.68, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 51 170 -
CMYK 0.68 0.7 0 0.33
HSL 242.02º 0.54% 0.43% -
HSV(B) 242.02º 0.7% 0.67% -
XYZ 10.02 6.08 38.68 -
YUV 65.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 55 51 170 0.68 0.7 0 0.33 242.02 0.54 0.43
Hex 37 33 AA 44 46 0 21 F2 36 2B
Octal 67 63 252 104 106 0 41 362 66 53
Binary 110111 110011 10101010 1000100 1000110 0 100001 11110010 110110 101011

Color Harmonies of #3733AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3733AA

Black with #3733AA

Text Example


Text Example

White with #3733AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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